Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 249 Bytes

File metadata and controls

23 lines (15 loc) · 249 Bytes

air-by-example

The "Air by Example" book

Quickstart

Install fastapi with the CLI:

pip install "fastapi[standard]"

or with uv:

uv add "fastapi[standard]"

Running examples:

fastapi dev 01_hello_world/main.py