mongodb-rest
mongodb-rest copied to clipboard
REST Server for MongoDB (using node.js)
Getting the following exception when I try to `GET /db`- Using `auth: {}` in config for my mongodb connection, and it looks like `auth.js` has `logger.warning` instead of `logger.warn`. Even...
When Posting a new document is there a way to get the newly created document id? In my use case there is a dashboard where the user creates a new...
I'm unable to have pm2 manage this app so it can run in the background. However, when I run `node server.js` from the directory, everything is ok. But when I...
Mongo connections with replica sets have uri's that contain query parameters. These are broken by the setup of the connection string https://github.com/codecapers/mongodb-rest/blob/master/lib/rest.js#L85-L105 I have a fix for this, and I...
I am unable to update any field of my project , since moving to MongoDB , I'm using server mongodb-rest REST API. My function send and receive data return ,...