A reasonable starting point for creating RESTful API services in Node.js
- Install Node.js/NPM
- Install MongoDB
- Grab the dependencies:
npm install
- Run
npm start
A reasonable starting point for creating RESTful API services in Node.js
npm install
npm start