In this course, we will focus on constructing a simple MVC-based ToDo application using NestJS. You will learn how to implement Models, Views, and Controllers in NestJS, reinforcing these concepts as you build each part of the application. By the end of this course, you will be able to create a fully functional ToDo application.
Overview
Syllabus
- Lesson 1: Building a Basic MVC App
- Lesson 2: Fetching ToDo Details with Service Methods
- Lesson 3: Creating New ToDo Items
- Lesson 4: Adding Update and Delete Functionality