Description
In this course, you will :
- How to build a RESTful API with full CRUD (Create, Read, Update, Delete)
- How to generate and structure modules, controllers, and services
- How to use DTOs and validation with class-validator and pipes
- How to use middleware to log requests
- How to protect routes using guards (e.g., with an API key)