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/