Skip to content

MuhammadReda/Node-Express-Mongo-MVC

Repository files navigation

Node-Express-MongoDB MVC Application Template

An MVC application structure template using Node, Express 4, Mongoose and Jade.

Quick start

  1. Get the code:

    Download stable version from here.

    Or via git:

    git clone https://github.com/MuhammadReda/Node-Express-Mongo-MVC.git
    cd $_
    
  2. Install dependencies

    npm install
    bower install
    
  3. Start the server

    grunt
    
  4. The app should be running on http://localhost:3000/

About

MVC application structure for NodeJs using Express 4.1+ and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published