crest icon indicating copy to clipboard operation
crest copied to clipboard

REST API Server for MongoDB

Results 21 crest issues
Sort by recently updated
recently updated
newest added

https://github.com/Cordazar/crest/issues/1

I get the following error when I use `npm install crest - g`: ``` json-at-work => npm install crest -g npm ERR! Darwin 15.5.0 npm ERR! argv "/Users/tmarrs/.nvm/v4.2.2/bin/node" "/Users/tmarrs/.nvm/v4.2.2/bin/npm" "install"...

In package.json, I switched "server": "./bin/server" with "server": "./bin/crest" This will fix installation issues that a lot of people have run into, referenced in other Issues. Hope this helps!

I'm trying to filter data by name, but just contain. For example, i have in DB, 2 rows with name:"delta" and "delt", so I want to show all rows that...

Update the version of mongodb package to "latest" to support MongoDB server 3.4.4 and plus.