jigishchawda / product-service

product service in nodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Service

This is a simple nodeJS based service which gives products info.

GET /products
GET /products/:id

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

About

product service in nodeJS


Languages

Language:JavaScript 100.0%