Generate a complete FastAPI project structure with async support and OpenAPI documentation
Create a FastAPI project scaffold with the following requirements:
Project Name: {{PROJECT_NAME}}
Database ORM: {{ORM}} (SQLAlchemy/Tortoise/Prisma)
Authentication: {{AUTH_TYPE}}
Background Tasks: {{TASK_QUEUE}} (Celery/ARQ/None)
Generate complete project structure:
1. **Main Application (main.py):**
- FastAPI…Premium Prompt
Unlock this prompt — and all 30,000+ expert-crafted prompts — with Pro.
Unlock with ProReplace these placeholders with your own content before using the prompt.
[{PROJECT_NAME][{ORM][{AUTH_TYPE][{TASK_QUEUE]