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