Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 593 Bytes

DevOps Exercise

This exercise contains 2 services with a mongodb instance, and a nginx based API Gateway.

Installation

Development setup requires Docker and Docker-Compose to run

Docker Docker-Compose

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