Pybites Logo

← Back

FastAPI Learning Path

FastAPI badge

In this learning path you will write a simple API to track food / calories using the awesome FastAPI framework. This takes you from complete beginner to building your first CRUD (create-read-update-delete) API. 

If you are new to typing / type annotations, maybe you want to complete the first 3 Bites of this learning path first, and/or read our article series.

Created on: Mar 17, 2022

Bites in this Path:

Fastapi hello world
A little detour: pydantic
Create food objects
Retrieve food objects
Update and delete food objects
Pydantic part ii
Food logging crud
Fastapi exception handling
Return an html response
Fastapi authentication with jwt (json web tokens)