0.0.4 • Published 9 years ago
mongodb-restful v0.0.4
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 -gto install- create a
.mongodb-restfulfile to config your server - run
mongodb-restfulto start
Enhancement
- You can input dynamic json to query as we use
evalinstead ofJSON.parse. Example:/db/col?query={"date":{"$gt":new Date("2000-01-01")}}