
- Setup project structure with FastAPI app - Create SQLAlchemy models for categories, questions, quizzes, and results - Implement API endpoints for all CRUD operations - Set up Alembic migrations for database schema management - Add comprehensive documentation in README.md
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.12.0
|
|
pydantic>=2.4.2
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.0.292
|
|
python-multipart>=0.0.6
|
|
pathlib>=1.0.1
|
|
email-validator>=2.0.0 |