Node.js + MySQL CRUD - GET, POST, PUT and DELETE

Опубликовано: 10 Апрель 2023
на канале: CodAffection
51,735
792

🍒 Related Videos
MERN Stack CRUD:    • Complete MERN Stack CRUD Operations |...  
MEAN Stack CRUD:    • MEAN Stack CRUD Operations: Angular, ...  
Node.js CRUD with Handlebars:    • Complete CRUD with Node.js, Express, ...  

🎉 Recommended Courses
➤ MySQL: https://bit.ly/3miW7Vg
➤ Node.js: https://bit.ly/40OlPbv
➤ Restful APIs in Node JS : https://bit.ly/3PL2AHJ

📂 GitHub Repo
➤ http://bit.ly/3ZUYvoS

💌 For Business Inquiries
[email protected]

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

MySQL CRUD Operations in Node.js API.

In this tutorial, we've discussed how to implement crud operation insert update delete and retrieve in a Node.js API with MySQL database.

Discussed Topics
00:00 - Introduction
01:20 - How to work with MySQL DB from Node.js
10:32 - Retrieve List of Records
18:00 - Global Error Handling
23:17 - Retrieve a Record with Given Id
26:58 - Delete Operation
30:42 - Insert & Update Operations

#nodejs #mysql #CodAffection