Skip to content

Latest commit

History

History
executable file
31 lines (20 loc) 路 434 Bytes

README.md

File metadata and controls

executable file
31 lines (20 loc) 路 434 Bytes

node-express-shopping-cart-api

A simple shopping cart API using MongoDB, Express and NodeJs

Run locally on your machine

You need to have installed Node and NPM.

Clone the repo

$ git clone https://github.com/uidoyen/node-express-shopping-cart-api.git

Install dependencies

$ npm install

Start NodeJS server

$ npm start

For Nodemon usage

$ nodemon app.js