How to build a simple RESTful API with Node.js and EXPRESS

Опубликовано: 20 Апрель 2023
на канале: FEWV
149
4

In this video, I explained How to build a simple RESTful API with Node.js and EXPRESS from scratch.
For working with APIs you need to have Node.js installed on your system, you can install it by visiting the site: https://nodejs.org/en/download
You can also refer to my website to follow along with this tutorial. https://fewv.dev/

Thank you for watching :)
If you have any queries feel free to ask in the comment section below.

Chapters:
0:00 Intro
0:12 Setting up environment?
1:08 Installing Express and Nodemon
2:15 Creating API
3:55 Defining Routes
3:58 Defining GET Route
5:18 Defining POST Route
6:12 Testing GET and POST route
8:27 Defining DELETE route
9:41 Wrap Up