1.1 Introduction and Installation to Express.zip
1. Introduction and Installation to Express
2. Creating server with Express
3. Understanding the Request object
4. Responding to Request
5. Response Headers & Content-Type
6.1 Defining Routes.zip
6. Defining Routes
7.1 Wildcard Characters in Routing.zip
7. Wildcard Characters in Routing
8.1 Dealing with URL parameters.zip
8. Dealing with URL parameters
9.1 POST Request With Express.zip
9. POST Request With Express
10.1 Accessing POST-ed Data with Middleware.zip
10. Accessing POST-ed Data with Middleware
11.1 express.Router() - Better Approach for Routes.zip
11. express.Router() - Better Approach for Routes
12. POSTMAN - Introduction & Installation
13. Making Request Using POSTMAN
14.1 PUT, PATCH, DELETE Request.zip
14. PUT, PATCH, DELETE Request
15.1 res.sendFile() & Bun meta.dir - Serving HTML Files.zip
15. res.sendFile() & Bun meta.dir - Serving HTML Files
16.1 Serving static files with express.zip
16. Serving static files with express