In the next 40 minutes we'll be looking at how to get up and running with FastAPI and building the foundations of our CRUD (Create, Read, Update, Delete) endpoints.

🧑‍ Book a Learning Session - https://calendly.com/rithmic-studio/learning-session

Discord - https://discord.gg/TwUV34F6wC

Timestamps
00:00 - Intro
02:43 - Installation
06:51 - A very simple endpoint
13:18 - GET List Endpoint
15:10 - GET Single Object Endpoint
18:00 - Handling Errors
19:48 - Query Parameters
23:30 - Delete Endpoint
27:18 - Create Endpoint & Pydantic Schema
33:41 - Update Endpoint

The finished code can be found here:
- https://github.com/sixfwa/fastapi-basic

Docs for FastAPI - https://fastapi.tiangolo.com/
Docs for Pydantic - https://pydantic-docs.helpmanual.io/

#FastAPI #python #api