Skip to content

MKFast/FastAPI-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FatAPI-Tutorial

These are the files of The FastAPI Tutorial series on YouTube Channel
you can follow my FastAPI tutorial at :
https://www.youtube.com/channel/UCkBbd1D04_yGaxEYbBKKFVg

What you will learn in this Tutorial:
1.FastAPI setting Database
2.FastAPI authentication and authorization
3.using Email and DateTimeField
4.using alembic as migration tools in FastAPI app
5.FastAPI ForeignKey & relationship
6.FastAPI upload file
7.FastAPI status code and handling exception
8.FastAPI pydantic validatior
9.Using Cloudinary
10.FastAPI setting postgreSQL database
11. Deploy FastAPI app on heroku