Install NodeJS, NPM and MongoDB
Create ReST API
1. package.json (Defines the architecture and dependency of the nodejs app)
2. server.js (This will create a basic webserver similar to Apache)
npm install – Install all required modules defined in package.json file
node server – Run our NodeJS app
routes/api.js – Defines the API routes (data providers)
app/app.js
app/products.js