Node Rest Shop Simple REST backend example for a Product shop Getting Started Clone this repository https://github.com/yashvanzara/node-rest-shop.git Change directory cd node-rest-shop Install dependencies npm install Run application on port 3000 node server.js