In this tutorial will be looking at how to build a CRUD API using FastAPI and SQLite.
🧑 Book a Learning Session - https://calendly.com/rithmic-studio/learning-session
Discord - https://discord.gg/TwUV34F6wC
Timestamps
0:00:00 - Intro
0:00:40 - What we are building
0:01:57 - Project Setup and Database
0:09:46 - Creating User and Post Models
0:17:22 - Building the Schemas (Pydantic Models)
0:25:52 - Creating the User Endpoints
0:54:08 - Creating the Post Endpoints
The finished code can be found here:
- https://github.com/sixfwa/fastapi-basics
Docs for FastAPI - https://fastapi.tiangolo.com/