In this video we're going to create a basic API using FastAPI alongside a PostgreSQL database that lives inside a Docker container.
🧑 Book a Learning Session - https://calendly.com/rithmic-studio/learning-session
Discord - https://discord.gg/TwUV34F6wC
Timestamps ⏳
00:00 - Prerequisites
02:14 - Creating the PostgreSQL Docker Container
06:11 - Creating the Database
09:03 - Python project setup
12:48 - Connecting the database
16:02 - Model Creation
23:03 - Schema Creation
26:14 - Building the API
The finished code can be found here:
- https://github.com/sixfwa/fastapi-postgres-docker
#FastAPI #Docker #PostgreSQL