FastAPI with PostgreSQL and Docker

Published: 31 October 2021
on channel: rithmic
43,564
896

In this video we're going to create a basic API using FastAPI alongside a PostgreSQL database that lives inside a Docker container.

👨‍💻 Looking for a web developer job, visit: https://www.webdevjobs.io/
👽 Discord -   / discord  

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-pos...

#FastAPI #Docker #PostgreSQL