Completed
00:30:10 | GET & Fetching Posts
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn FastAPI With This ONE Project
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00:00 | Video Overview
- 2 00:00:35 | Project Demo
- 3 00:01:58 | Web App Architecture & Theory
- 4 00:14:07 | Project Setup & Install
- 5 00:20:45 | FastAPI Setup & Basics
- 6 00:28:10 | FastAPI Docs
- 7 00:30:10 | GET & Fetching Posts
- 8 00:32:25 | Path Parameters
- 9 00:33:49 | Raising Errors & Status Codes
- 10 00:34:56 | Query Parameter
- 11 00:38:34 | Request Body & POST
- 12 00:43:28 | Output Type & Pydantic Models
- 13 00:46:30 | Database Connection
- 14 00:59:57 | Creating Posts & Saving to Database
- 15 01:05:22 | Retrieving from Database
- 16 01:10:27 | Image & Video Upload ImageKit
- 17 01:27:08 | Deleting Posts
- 18 01:30:54 | User Authentication and JWT Tokens
- 19 01:52:02 | Protecting Endpoints
- 20 01:58:00 | Streamlit Frontend