rest-mongo-rest
v1.0.0
Published
Exposes MongoDB collections over a REST interface to retrieve, update, save or delete documents over HTTP or HTTPS.
Readme
rest-mongo-rest
A wrapper that exposes MongoDB collections over a REST interface; allowing a client to retrieve, update, save or delete documents over HTTP or HTTPS.
Apart from other dependencies, it extensively uses the express and mongodb packages to create the REST - MongoDB interface.
Installation
npm install --save rest-mongo-restLicense
MIT license
