Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 775 Bytes

readme.md

File metadata and controls

36 lines (25 loc) · 775 Bytes

Build a NodeJS microservice and deploy it to Docker

Standard - JavaScript Style Guide

Example of the api-gateway service microservice and API.

Stack

  • NodeJS 7.5.0
  • MongoDB 3.4.1
  • Docker for Mac 1.13

how to run it

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

Standard - JavaScript Style Guide