Blank Video Poster

Implementing Async REST APIs in Python using FastAPI with PostgreSQL CRUD

Feb 16, 2022

tutlinks.com

In this tutorial we will implement a Python based FastAPI with PostgreSQL CRUD The tutorial has three parts Part 1: Workspace Setup Part 2: Implementing Async CRUD Endpoints in FastAPI Part 3: Performing CRUD operations using CURL Contents: Part 1 Workspace Setup -------------------------------------------- (00:00) Intro (00:32) Workspace Setup (02:00) Install Python Modules Part 2 Implementing Async CRUD Endpoints in FastAPI -------------------------------------------- (04:45) Developing Async CRUD in FastAPI (05:38) Build Connection String for PostgreSQL (07:25) Setup SQL Alchemy Models & Engine