Example of the notification 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 we need docker installed
$ bash < start-service.sh
To run in locally we need nodejs installed
- install the dependencies
$ npm i --silent
- run the tests
$ npm test
- start the service
$ npm start