Mongoose REST Actions

JSON →
library 0.30.6 ·javascript
verified Jun 7, 2026

Mongoose plugin that adds RESTful methods (get, getById, post, put, patch, del) directly to Mongoose models for use with Express.js. Version 0.30.6 is the latest, with a stable API but infrequent releases. It requires Mongoose >=5.9.28 and is designed to work alongside express-mquery for query parsing. Unlike heavier frameworks like LoopBack, it provides a lightweight, plugin-based approach to scaffold CRUD endpoints with minimal boilerplate.