Episode

How to create an API that receives JSON with Node.js and Express [20 of 26]

When building an API that create new resources, you need to grab and parse data from the client application. Let's take a look at how you can build an endpoint that receive JSON using Node.js and Express.
 
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