Node Microservice

This is a very simple node microservice.

Overview:

We need the following:

Setup:

Please clone this repo and run the following commands:

git clone https://github.com/nazmulb/node-microservice.git
cd node-microservice
npm i

Running App:

npm start

Running Tests:

npm test