Learn how to build a REST API using Node.js and Express. This tutorial covers the basics of creating a REST API, defining endpoints, and handling requests and responses.
TABLE OF CONTENT:
00:49 What are RESTful APIs
06:48 Introducing Express
09:09 Your First Web Server
14:57 Nodemon
16:29 Environment Variables
19:44 Route Parameters
25:22 Handling HTTP GET Requests
30:09 Handling HTTP POST Requests
33:53 Calling APIs using Postman
36:03 Input Validation
44:03 Handling HTTP PUT Requests
52:33 Handling HTTP DELETE Requests
Subscribe: https://www.youtube.com/@programmingwithmosh/featured
#nodejs