Node.js RESTful API CRUD with Express & MongoDB

Опубликовано: 21 Декабрь 2022
на канале: CodAffection
21,238
414

🍒 Related Videos
MERN Stack CRUD:    • Complete MERN Stack CRUD Operations |...  
MEAN Stack CRUD:    • MEAN Stack CRUD Operations: Angular, ...  
MySQL CRUD with Node.js API:    • Node.js + MySQL CRUD - GET, POST, PUT...  
Node.js CRUD with Handlebars:    • Complete CRUD with Node.js, Express, ...  

Mongoose Documentation : https://mongoosejs.com/docs/connectio...
Download Postman : https://www.postman.com/downloads/

📂 Download or Clone Project
➤ https://bit.ly/3G7515e

💖 Channel Support
➤ Paypal: https://bit.ly/3L36ut4
➤ UPI App: https://geni.us/ScanQRCode
➤ Amazon: https://geni.us/AmazonAffiliated

💌 For Business Inquiries
[email protected]

🚶‍♂️ Follow us
Facebook :   / codaffection  
Discord :   / discord  
Twitter :   / codaffection  

---
CRUD operations in Node.js API with MongoDB.

In this video, we've implemented the crud operation in Node. js Restful API with MongoDB server. including insert, update and delete. The project was created from scratch and applied best practices based on industry standards.

Tools Used : VS Code Editor
NPM packages : express, body-parser, mongoose, nodemon

Discussion @ Times
____________________
00:00 - Create node.js API
06:59 - Connect mongoDB with node.js
15:20 - Controller for CRUD operations
20:09 - Create a new record with a POST request
24:14 - Retrive a record with given id
28:32 - Apply best practices
38:35 - Define common error handler
41:42 - Update and delete operation

#aspnetcore #beginnerstutorial #CodAffection