Build a complete backend FastAPI application with SQLModel and Alembic.
Github repository for this tutorial:
https://github.com/creepykedi/Fastapi-jewels-tutorial
Download sqlite browser:
https://sqlitebrowser.org/dl/
Chapters:
0:00 Intro
2:40 Technologies used - theoretical part
12:07 What we're building
14:25 Finished project overview
16:15 Start
20:20 SQLModel
1:30:00 FastAPI writing CRUD
2:12:03 Migrations
2:19:48 Structuring project
2:27:18 Authentication
3:31:18 Query params / filtering data
#fastapi #jwt #authentication #sqlmodel #tutorial #alembic #migrations