Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 879 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 879 Bytes

Node.js Express MVR Template Project

by Ben Edmunds

This is a very simple MVR starting point for Node.js Express.

Are you trying to incorporate the structure of MVC into your Node.js app?
Or maybe you love Sinatra/Laravel styling routing and want that in your Node apps? Either way this project is a great starting place to give you a flexible yet powerful structure to your Node.js apps.

Components

Express
Mongoose for MongoDB
Jade for templating
everyauth for authentication
Twitter Bootstrap for styling

Tutorial

Check out the tutorial at http://benedmunds.com/2012/04/19/simple-nodejs-express-mvr-template/