mvc-express
v1.3.1
Published
[![Build Status](https://travis-ci.org/pajtai/mvc-express.png?branch=master)](https://travis-ci.org/pajtai/mvc-express)
Downloads
5
Readme
mvc-express
Check out the docs at: https://pajtai.github.io/mvc-express/
MVC Express is a minimal MVC framework. It gives you:
- Auto loading of Models you create - use any ORM / model you want
- Optional Sequelize model loader
- 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.