-
Notifications
You must be signed in to change notification settings - Fork 2
rd13/node-express-mvc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published