node-restful
node-restful copied to clipboard
A library for quickly providing a REST API with express or connect
node-restful was written using callbacks, and mongoose 7 no longer supports callbacks. I have fixed this situation for our app. If you have node-restful in your app and cannot easily...
Correct grammatical errors in some sentences. Add path information at "Usage".
I can't retrieve data from my database. I am using Mongoose 5. The connection is ok. When I used Mongoose only I could retrieve data. How can I fix this?
When making a DELETE request using RESTANGULAR (AngularJS), I get ``` DELETE http://localhost:3000/resources 404 (Not Found) ``` even though my model clearly states that this method is allow: ``` var...
Can I use firebase?
Hi, first sorry for my english. With my team we are very satisfied with the library. We would like to know if there will be support for mongoose 5. Regards.
how can i use node-restful with connect-multiparty ?
* Latest npm release 3 years ago * Website down (#169) * Mongoose version used (dependency) is still 4 while Mongoose 5.0 is out since nearly 2 years Is any...
Well, i'll try to be very clear since my english is not that good though. LOL. I'm trying to create a person to create a user. My problem is: I...