
This commit implements a simple movie database backend inspired by IMDb. It includes: - API endpoints for movies, actors, directors and genres - SQLAlchemy models with relationships - Alembic migrations - Pydantic schemas for request/response validation - Search and filtering functionality - Health check endpoint - Complete documentation
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.23
|
|
alembic>=1.12.1
|
|
pydantic>=2.4.2
|
|
python-dotenv>=1.0.0
|
|
python-multipart>=0.0.6
|
|
ruff>=0.1.6
|
|
pyhumps>=3.8.0
|