CRUD API Tutorial – Node, Express, MongoDB

This is a great beginners course to learn the basics of backend development by building a CRUD API with , Express, and MongoDB. Basically the MERN Stack without the R. Also, learn how to use Postman/ThunderClient and Insomnia for testing purposes. Code: ✏️ Course developed by @CodingCleverly ⭐️ Chapters ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:01:34) ⌨️ (0:04:32) express framework ⌨️ (0:09:19) npm run server ⌨️ (0:11:19) API testing tools ⌨️ (0:15:04) git bash ⌨️ (0:17:19) nodemon ⌨️ (0:20:40) mongodb setup ⌨️ (0:31:24) product model ⌨️ (0:41:19) create api ⌨️ (0:48:19) read api all ⌨️ (0:50:19) read api id ⌨️ (0:56:19) update api ⌨️ (1:00:19) delete api Z
Back to Top