This exercise contains 2 services with a mongodb instance, and a nginx based API Gateway.
Development setup requires Docker and Docker-Compose to run
Install the dependencies and start the services.
$ docker-compose build
$ docker-compose up
After the services have started you can test that the endpoints are healthy using curl
$ curl http://localhost/api/auth/health
Test Users can be added here