Hello everyone. In this tutorial, we will learn how to build a simple to do application from scratch using Angular 17 as the front end, Python Fast API as the backend, and MySQL as the database. we will first install all the pre requisites. then we will create the database and objects required for our app. next we will create the backend project using Python Fast API. and finally we will start creating the Angular 17 Project. 00:00 Introduction 00:50 Install MySQL 07:15 Install Python 08:41 Install Fast API 10:17 Install Node JS 11:20 Install Angular 17 12:47 Install Visual Studio Code 14:13 Install Postman 15:41 Create Database Table 19:00 Fast API Project 33:00 Angular 17 Project