- pull down the 5 projects
- build them all locally to run
./gradlew clean bootJar
- start up Eureka
- start up the Config Server
- start up the Admin Client
- start up the other services
- Administration --> http://localhost:7999/wallboard
- Discovery --> http://localhost:8761
- Config-Server --> http://config-server
- REST on a DB --> http://localhost:8080/api/db-via-rest
- Microservice using other services --> http://localhost:8080/api/be-service/people
- Dynamic Gateway Discovery --> http://localhost:8080/actuator/gateway/routes