Runs the entire application with all the microservices
- Pull down the latest master branch for each service : TODO: ADD BASH COMMAND TO AUTOMATICALLY DO THIS
- Download Docker for your machine
- Run the following command:
docker-compose up --build
Note: Takes a while the first time running that command because you are downloading some big dependencies. These dependencies are cached so running it a second time should be a lot faster
- Go to http://localhost:8761/ (might take a little while before this port is open for business)
- If the following instances are registered with eureka then you have a successful build
- FORUM-SERVICE: http://localhost:8082/health/v1/marco
- POINT-SERVICE: http://localhost:8083/health/v1/marco
- SEARCH-SERVICE: http://localhost:8084/health/v1/marco
- USER-SERVICE: http://localhost:8085/health/v1/marco