mvc-express

Build Status

MVC Express is a minimal MVC framework. It gives you:

  1. Auto loading of Models you create
  2. Optional Sequelize model loader - use any ORM / model you want
  3. Auto loading of Resource Controllers - Controllers with CRUD on Controller name based routes
  4. Auto loading of Basic Controllers - Controllers that can be attached to routes
  5. Routes.js file to hook Basic Controllers to routes
  6. 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.