fastapi
Installation
SKILL.md
FastAPI
Official FastAPI skill to write code with best practices, keeping up to date with new versions and features.
Use the fastapi CLI
Run the development server on localhost with reload:
fastapi dev
Run the production server:
fastapi run