ashiksp / node-express-mongoose

A boilerplate application for building web apps using express, mongoose and passport.

Home Page:https://github.com/madhums/node-express-mongoose/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Gittip Dependencies Gitter

Node Express Mongoose

A boilerplate application for building web apps using express, mongoose and passport.

Read the wiki to understand how the application is structured.

Installation and Usage

$ git clone https://github.com/madhums/node-express-mongoose.git
$ cd node-express-mongoose
$ npm install
$ npm start

Add routes (config/routes.js), create models (app/models/), views (app/views/) and controllers (app/controllers/).

Checkout the apps that are built using this approach

License

MIT

About

A boilerplate application for building web apps using express, mongoose and passport.

https://github.com/madhums/node-express-mongoose/wiki

License:MIT License


Languages

Language:JavaScript 79.0%Language:HTML 17.9%Language:Makefile 1.9%Language:CSS 1.2%