mvc-express
MVC Express is a minimal MVC framework. It gives you:
- Auto loading of Models you create
- Optional Sequelize model loader - use any ORM / model you want
- Auto loading of Resource Controllers - Controllers with CRUD on Controller name based routes
- Auto loading of Basic Controllers - Controllers that can be attached to routes
- Routes.js file to hook Basic Controllers to routes
- Unhindered ability to use express views, middlewares, and other functionality
Learn More
Cli helper available at mvc-express-cli.
Contributing
Submit a PR. Ideally include a test and update the release notes.