Completed
- FastAPI Install & Basic Setup
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
FastAPI Crash Course - Modern Python API Development
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - Sponsor Code Rabbit
- 3 - What Is FastAPI? Slides
- 4 - High Level Overview
- 5 - Virtual Environment Setup
- 6 - FastAPI Install & Basic Setup
- 7 - Your First Route
- 8 - Swagger Interactive Docs
- 9 - Basic Item Route Examples
- 10 - POST Requests
- 11 - API Router Setup
- 12 - JSON Storage Module
- 13 - Pydantic Schemas
- 14 - Issue GET Route
- 15 - Issue POST Route
- 16 - Issue PUT Route
- 17 - Issue DELETE Route
- 18 - Middleware Timing Example
- 19 - CORS
- 20 - Deploying to Render