Skip to content

Latest commit

 

History

History
 
 

api-gateway

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