FastAPI Crashcourse - build your own REST-API

preview_player
Показать описание
In this video, you will learn the basics of FastAPI. You will learn the essential concepts like Pydantic models, how to build endpoints, response models, middleware and more.

0:00 Introduction
0:22 Installation & Hello World
4:00 Pydantic models
10:58 POST, GET, PUT, DELETE Endpoints
20:04 Response models
22:40 Query parameters
24:55 Custom Middleware
28:45 CORS
30:57 Background Tasks
Рекомендации по теме
Комментарии
Автор

Okay this is a very good video for fastAPI, I remember being an intern at my job and having to learn the REST model from reverse engineering etc etc. Very well made video mate.
For those wondering the video is manageable at 2x

EpicGamer-uxtu
Автор

Thank you very much for posting this easy to understand tutorial

unmatal
Автор

In very few minutes you made me see there's more to http/python than flask :)

Well organized, well delivered. I learned useful things.

michaelandersen
Автор

hi.. its a well informative video. i loved it. suppose if we want the implement a background task where we want output of the background task in the current context. how to do ?

ashishjohnsonburself