Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application using Node js, express js and mongo db [closed]

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

The application must involve insert, update, delete, select operations of database.

like image 593
Leo T Abraham Avatar asked Aug 13 '13 04:08

Leo T Abraham


2 Answers

Atlast I got one example working fine for me. Giving the link below. Hope this helps you:

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

like image 175
Leo T Abraham Avatar answered Oct 18 '22 19:10

Leo T Abraham


Following helped me:

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

Its an ecomm app with CRUD operations.

like image 44
Varun Oberoi Avatar answered Oct 18 '22 17:10

Varun Oberoi