FastAPI is the fastest Python Web Framework
Let’s learn fastAPI by creating a full API for crud of blog with user authentication
FastAPI is using Pydantic library for types and starlette framework under the hood
FastAPI also provide amazing support for swagger API docs
Source code -
🌟 Course Contents 🌟
⏳ (00:00:00) Framework Intro
⏳ (00:04:51) Course Intro
⏳ (00:10:09) Install and Setup
⏳ (00:22:33) Break it down
⏳ (00:30:47) Path Parameters
⏳ (00:41:40) API Docs
⏳ (00:45:55) Query Parameters
⏳ (00:55:58) Request Body
⏳ (01:03:58) Debugging
⏳ (01:10:47) Pydantic Schemas
⏳ (01:19:59) Database Connection
⏳ (01:25:37) Create Model and Tables
⏳ (01:33:36) Store blog to database
⏳ (01:38:51) Get blog from database
⏳ (01:43:29) Exception & Status Code
⏳ (01:53:46) Delete a blog
⏳ (02:08:02) Response Model
⏳ (02:15:56) Create User
⏳ (02:23:07) Hash Password
⏳ (02:30:36) Show User
⏳ (02:35:05) Using Doc Tags
⏳ (02:37:58) Relationship
⏳ (02:51:13) API Router
⏳ (03:04:08) A
23 views
148
31
4 years ago 01:32:11 39
Workshop: пишем первый проект на FastAPI
5 years ago 03:19:33 16
[PT] Python - API com FastAPI - Chat |
4 years ago 02:10:51 16
FastAPI Auth | FastAPI-Users | Anti-TikTok | #6
4 years ago 00:02:10 49
Курс FastAPI
4 years ago 01:34:42 29
FastAPI + ORMAR | База данных | Anti-TikTok | #3
4 years ago 02:01:11 16
Учим Python. Основы + FastAPI
4 years ago 02:27:54 10
Python & FastAPI Tutorial: Create an ai microservice to extract text from images.