mongodb-restful
v0.0.4
Published
A restful server for mongodb.
Downloads
3
Maintainers
Readme
mongodb-restful
This is a copy of crest.
You can create a config file named .mongodb-resful
on your project root to specify params. more
Quick Start
npm install mongodb-restful -g
to install- create a
.mongodb-restful
file to config your server - run
mongodb-restful
to start
Enhancement
- You can input dynamic json to query as we use
eval
instead ofJSON.parse
. Example:/db/col?query={"date":{"$gt":new Date("2000-01-01")}}