fastapi-builder
Installation
SKILL.md
FastAPI Builder
Build production-ready FastAPI applications with professional structure, authentication, database integration, and deployment configurations.
Quick Start Workflow
1. Beginner: Hello World
For first-time FastAPI users, start with the minimal template:
# Copy hello-world template
cp -r assets/hello-world/* ./my-first-api/
cd my-first-api
# Install and run
pip install .
python main.py