
- Set up FastAPI project structure - Implement database models and migrations for file metadata - Create file upload endpoint with size validation - Implement file download and listing functionality - Add health check and API information endpoints - Create comprehensive documentation
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn>=0.22.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.10.0
|
|
python-multipart>=0.0.6
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.1.0 |