Episode

How to create update and delete APIs with Node.js and Express [21 of 26]

To complete our CRUD (Create, Read, Update and Delete) API, we finally have to add the Update and Delete endpoints. Let's see how it differs from Read and Create and put the finishing touch to our Node.js and Express server.
 
Full "Intro to Node.js" course on Microsoft Learn: https://aka.ms/LearnNode.js
 
Watch the entire series: https://aka.ms/NodeBeginnerSeries
 
Extra resources:
- Finished API source code: https://aka.ms/WebDev4Beginners/BankAPI
- Visual Studio Code: https://code.visualstudio.com
- Beginner's Series to JavaScript: https://aka.ms/JSBeginnerSeries
 
#NodeJS #Tutorial #Beginners #JavaScript #Express

Beginner
JavaScript
Node.js