
- Create project structure and dependencies - Set up SQLAlchemy models for anime, genres, and their relationships - Implement CRUD operations for all models - Set up FastAPI endpoints for managing anime and genres - Add health check endpoint - Configure Alembic for database migrations - Add data seeding capability - Update README with project information
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
fastapi==0.103.2
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.21
|
|
alembic==1.12.0
|
|
pydantic==2.4.2
|
|
pydantic-settings==2.0.3
|
|
ruff==0.0.292
|
|
python-dotenv==1.0.0 |