Node.js Modules and npm
Lectures 32 • 40 slides
Narration
Lecture 32 Slide 1: Building REST APIs with Express.js
mindmap
root((Express.js))
Basics
Framework
Routing
Middleware
Built-in
Custom
REST API
Design
Implementation
Practice
Error Handling
Security
Review of the Previous Lecture
- Basic concepts and features of Node.js
- Package management with npm
- Module systems (CommonJS/ES Modules)
- Basic construction of an HTTP server
Today's Learning Objectives
- Basics of the Express.js framework
- Routing configuration
- Utilizing middleware
- REST API design and implementation
- Error handling
Learning Goals
To be able to build practical REST APIs using Express.js
1/40