https://github.com/andyj/simplesmvc
Simple MVC for NodeJS using Hogan-express
https://github.com/andyj/simplesmvc
Last synced: 3 months ago
JSON representation
Simple MVC for NodeJS using Hogan-express
- Host: GitHub
- URL: https://github.com/andyj/simplesmvc
- Owner: andyj
- License: mit
- Created: 2014-03-13T23:03:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-14T00:10:10.000Z (about 12 years ago)
- Last Synced: 2025-03-06T11:45:50.831Z (over 1 year ago)
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
simplesMVC
==========
Simple MVC for NodeJS using Hogan-express
This work is based off Tim Robers ([@timstermatic](http://www.twitter.com/timstermatic) ) "A Simple MVC Framework With Node and Express" [timstermatic.github.io/blog/2013/08/17/a-simple-mvc-framework-with-node-and-express](http://timstermatic.github.io/blog/2013/08/17/a-simple-mvc-framework-with-node-and-express/)
The only changes i've made is
1. to expand it out to use Hogan-Express instead of Jade (I just find it a painful hinderance)
2. Remove the mongoose reference for now
3. Expanded the project to act as a skeleton
4. Added a config file in config/index.js
Calling and setting environment
* node app.js dev
* node app.js staging
* node app.js production