Node REST API Framework
CRUD services using Node.js, Express & MongoDB
Recently I have been doing a lot of work using REST-like APIs to add, update and delete JSON documents in a MongoDB database.
I’ve refined the core of the latest Node.js app I wrote down into a reusable framework.
Full documentation is up on GitHub https://github.com/rstphnsn/node-rest-api-framework.