Example of the api-gateway service microservice and API.
- NodeJS 7.5.0
- MongoDB 3.4.1
- Docker for Mac 1.13
This to run our microservice in a docker container
To run in locally we need nodejs installed
- install the dependencies
$ npm i --silent
- run the tests
$ npm test
- start the service
$ npm start