Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 287 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 287 Bytes

Node Rest Shop

Simple REST backend example for a Product shop

Getting Started

  1. Clone this repository

https://github.com/yashvanzara/node-rest-shop.git

  1. Change directory

cd node-rest-shop

  1. Install dependencies

npm install

  1. Run application on port 3000

node server.js