Pybites Logo

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:

# Title
1 Fastapi hello world
2 A little detour: pydantic
3 Create food objects
4 Retrieve food objects
5 Update and delete food objects
6 Pydantic part ii
7 Food logging crud
8 Fastapi exception handling
9 Return an html response
10 Fastapi authentication with jwt (json web tokens)