scaffold_fastapi_project
Generate a FastAPI project with a best-practice structure. Configure database, async driver, and API key for a production-ready foundation.
Instructions
Generate a FastAPI project with best-practice structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| async_db | No | Use async database driver | |
| database | No | Database to configure | |
| project_name | Yes | Project name |