Application using Node js, express js and mongo db

Any working example using node js, express js and mongo db? I have tried many links and most of them raise errors.

The application should include inserting, updating, deleting, selecting database operations.

+7
web-applications mongodb express
source share
2 answers

Atlast I have one example that works great for me. Give the link below. Hope this helps you:

http://blog.ijasoneverett.com/2013/03/a-sample-app-with-node-js-express-and-mongodb-part-1/

+6
source share

They helped me:

http://coenraets.org/blog/2012/10/creating-a-rest-api-using-node-js-express-and-mongodb/

Its an electronic application with CRUD operations.

+3
source share

All Articles