Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 295 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 295 Bytes

Node Shop

Simple Shop API in strongloop's loopback

Installation

  • git clone https://github.com/rizvanhaider/node-shop.git

  • cd node-shop

  • npm install

  • make sure mongodb service is running

  • node . to run project

  • server is running on http://localhost:3000