FastAPI Crash Course Tutorial

preview_player
Показать описание
This FastAPU crash course shows you how to use FastAPI from beginning to end. In this course we cover simple routes, APIRouters, dependency injection, data validation and serialization using pydantic models as well as request filtering and API documentation using Swagger UI.

Chapters:
0:00 Introduction
1:34 Create app instance and run server
3:42 Creating a simple route
4:53 Creating an APIRouter
6.38 Pydantic Models
9:34 Create a user list
11:40 Fetch all users
13:38 Create a user
19:14 Dependency Injection
21:52 Updating a user
29:11 Deleting a user
33:25 Fetching a single user
36:52 Filtering users with Query parameters
43:27 Data validation

Code:

Personal website:
Рекомендации по теме
Комментарии
Автор

Can you help how can i integrate Google authentication with FASTAPI 😊

a.s