Completed
00:34:14 - Pydantic and Fetching all products
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
FastAPI for Beginners - Python Web Framework
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00:00 - Intro to FastAPI
- 2 00:06:48 - FastApi Setup in VS Code
- 3 00:19:46 - Building the Server and Get API
- 4 00:34:14 - Pydantic and Fetching all products
- 5 00:46:21 - Fetch by ID and post request
- 6 00:54:56 - Update and Delete data in FastAPI
- 7 01:04:33 - SQLAlchemy
- 8 01:12:48 - Database Config
- 9 01:21:46 - SQL Alchemy Model Creation
- 10 01:28:38 - Initialize Data
- 11 01:35:14 - Dependency Injection and fetch from db
- 12 01:42:38 - Create, Update and delete with Database
- 13 01:52:59 - Running Full Stack Web App