应用程序使用Node js,表达js和mongo db

时间:2023-01-03 02:57:29

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

有人使用节点js工作示例,表达js和mongo db吗?我尝试了很多链接,其中大多数都是错误的。

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

应用程序必须涉及数据库的插入,更新,删除,选择操作。

2 个解决方案

#1


6  

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/

#2


3  

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.

它是一个带有CRUD操作的ecomm应用程序。

#1


6  

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/

#2


3  

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.

它是一个带有CRUD操作的ecomm应用程序。