restful-server-express-mongodb
v0.0.3
Published
This is a configurable restful server based on expressjs and mongodb. It allow you to generate a restful service by simplely write a config file.
Maintainers
Readme
You can simplely work with the module by adding line:
require("restful-server-express-mongodb")(app, config);where 'app' is the express app; 'config' is a predefined json, you can find a full functioned example at: https://github.com/zyp001a/node-restful-server-express-mongodb/blob/master/example.js
