nodejs-restful-api icon indicating copy to clipboard operation
nodejs-restful-api copied to clipboard

How to create a RESTful CRUD API using Nodejs?

Results 10 nodejs-restful-api issues
Sort by recently updated
recently updated
newest added

Hi. I'm getting a 404 error when posting new users. Is everything OK on the backend? In case you're wondering I did swap your db URI with my own, mongodb://localhost:27017/UsersApp...

Following the code and article through, all the other endpoints work, but DELETE (using POSTMAN) returns the following: Error Cannot DELETE /users/5b54e1d0b9d32adb9754faf7 (the DB is set up in mLab as...

Hi, I saw your repo and wanted to contribute to it if possible. I've made few changes and separated responsibility and also abstracted callbacks to their own file **UserHelper.js** to...

I wrote the code as per the tutorial and didn't worked. I though that it may be something stupid that I wasn't seen, so I downloaded the code from here,...