In this MongoDB Tutorial from NoobCoder, you will learn how to use MongoDB to create a complete Todo CRUD Application. This project uses MongoDB, Node.js, Express.js, jQuery, Bootstrap, and the Fetch API.
在NoobCoder的MongoDB教程中,您将学习如何使用MongoDB创建完整的Todo CRUD应用程序。 该项目使用MongoDB,Node.js,Express.js,jQuery,Bootstrap和Fetch API。
You will learn how to:
你将学到如何:
- connect the app to the to a MongoDB server via the MongoDB Drivers 通过MongoDB驱动程序将应用程序连接到MongoDB服务器
- develop Rest endpoints 开发休息端点
- create the html file 创建HTML文件
- make requests to the backend using the Fetch API 使用Fetch API向后端发出请求
- validate user input server side with JOI. 使用JOI验证用户输入服务器端。
You can watch the video on the the freeCodeCamp.org YouTube channel (75 minute watch).
您可以在freeCodeCamp.org YouTube频道上观看视频(观看时间为75分钟)。
翻译自: https://www.freecodecamp.org/news/mongodb-crud-app/