Node.js-Expess-MongoDB-CRUD icon indicating copy to clipboard operation
Node.js-Expess-MongoDB-CRUD copied to clipboard

Node.js Expess MongoDB CRUD

Results 8 Node.js-Expess-MongoDB-CRUD issues
Sort by recently updated
recently updated
newest added

1) Added nodemon as dev dependency 2) Fixed the issue mentioned in #3 because if prototype access 3) Minor enhancements with environment variable option

you can see the erreor using the given [link](https://drive.google.com/file/d/1PIZ7SOKyVm0IQEZGuRA4038ntpciMHSh/view?usp=sharing) https://drive.google.com/file/d/1PIZ7SOKyVm0IQEZGuRA4038ntpciMHSh/view?usp=sharing

There was a problem that i faced .I was not able to see data(full name,email,mobile,city)in" view all" field .But still data was present in my database in mongoDB compass. I...

add a home route to redirect to "/employee" pls check

Allowing prototype properties may allow template authors to execute arbitray code on you the machine where Handlebars is running. Even with some restrictions in place, an attacker may fabricate Handlebars...

docs=JSON.parse(JSON.stringify(docs)) This particular line of code converts the _id generated by MongoDB to string in Node.js