FastAPI with SQL - Tutorial

Published: 24 April 2021
on channel: rithmic
33,324
622

In this tutorial will be looking at how to build a CRUD API using FastAPI and SQLite.

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

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/