This is a simple nodeJS based service which gives products info.
GET /health
GET /products
- Node >=8.4.0
To set up make sure you have node installed. Run the following command for first time setup
npm install
To run the application:
PORT=9000 npm start
curl localhost:9000/products
from your terminal to get all products