The course teaches how to develop a robust REST API using NestJS. By the end of the course, you will have created a ToDo App with CRUD (Create, Retrieve, Update and Delte) operations through a well-defined REST API. We'll introduce some intermediate techniques like data-specific capabilities and properly returning HTTP status codes.
Overview
Syllabus
- Lesson 1: Set Up GET Queries - Get All and Get By ID
- Lesson 2: Create a ToDo Item Provided from the Request Body
- Lesson 3: Implementing Update and Delete Handlers in NestJS
- Lesson 4: Enhancing the API with Filters and Specific Modifiers
- Lesson 5: Returning 404 for Missing To-Do Items