express-orm-mvc
JSON →A lightweight MVC scaffolding library for Express.js 4.x that integrates node-orm2 for database modeling. Version 1.1.0 is the latest stable release; the package appears to be in maintenance mode with no recent updates. It provides a structured folder convention (models/controllers/views/config) and auto-loads models/controllers with Express and ORM configuration files. Unlike full-fledged MVC frameworks like Sails.js or Adonis, this is a minimal helper that gives developers full control over Express and ORM setup, making it suitable for small to medium projects that need a clean separation of concerns without heavy abstractions.