Skip to content

A simple demo MVC API build with Node.js, Express.js, and MongoDB (Mongoose)

Notifications You must be signed in to change notification settings

cbroberg/node-mvc-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-mvc-api

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.

Prerequisites

  1. Basic understanding of how Node.js, Express.js, and MongoDB.

  2. A running instance of MongoDB

  1. Download Postman to test and work with our API - Postman Download

  2. 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 run npm start from the terminal

  3. Run mongod to launch the MongoDB daemon and you should be set to go!

Bonus: Check out the Mongoose documentation.

Releases

No releases published

Packages

No packages published