This repository is for demo purposes. The basics are building and MVC based API and learn about how Node.js, Express.js, MongoDB and Mongoose module works together.
-
Basic understanding of how Node.js, Express.js, and MongoDB.
-
A running instance of MongoDB
-
Download Postman to test and work with our API - Postman Download
-
Clone the repository node-mvc-api from Github, and run
npm install
. Then open node-mvc-api in your preferred text editor (did anyone mention Atom), and runnpm start
from the terminal -
Run
mongod
to launch the MongoDB daemon and you should be set to go!
Bonus: Check out the Mongoose documentation.