Completed
26:36 - Mocked POST, PUT, DELETE
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
FastAPI Introduction - Full CRUD API Tutorial - Backend Engineering
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - Intro
- 2 00:41 - What is FastAPI?
- 3 01:58 - Getting Started
- 4 03:55 - Building an API
- 5 11:09 - Paths and Path Parameters
- 6 13:34 - GET Requests
- 7 15:44 - Mock data with dictionary
- 8 18:59 - How to get a single campaign
- 9 21:22 - Interacting with the API
- 10 26:36 - Mocked POST, PUT, DELETE
- 11 33:19 - Working with a Database
- 12 34:34 - SQL Databases
- 13 37:53 - GET multiple
- 14 40:11 - Lifespan Events
- 15 43:18 - Building the type
- 16 47:19 - Seeding the Database
- 17 49:47 - GET
- 18 51:17 - Types
- 19 53:09 - GET BY ID
- 20 54:50 - Generic Response Type
- 21 59:14 - POST - Creating data
- 22 1:02:40 - Custom create type
- 23 1:05:30 - PUT - Updating Data
- 24 1:06:52 - Retrieve data
- 25 1:08:54 - DELETE - Remove data
- 26 1:10:17 - Outro