Skip to content

rd13/node-express-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple MVC implementation of Express JS. Models and Controllers are bootstrapped in app.js. Views use the Handlebars Node module, as opposed to Jade. I have provided an example model and controller which can be used to expand upon. There are two routes in the controller, an index page which displays a MongoDB collection of users, and "/new_user" used to post a new user into the collection.

About

A simple MVC implementation for Express JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published