
Implemented a complete FastAPI backend with: - Project structure with FastAPI and SQLAlchemy - SQLite database with proper configuration - Alembic for database migrations - Generic Item resource with CRUD operations - REST API endpoints with proper validation - Health check endpoint - Documentation and setup instructions
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
fastapi>=0.103.1,<0.104.0
|
|
uvicorn>=0.23.2,<0.24.0
|
|
sqlalchemy>=2.0.20,<2.1.0
|
|
alembic>=1.12.0,<1.13.0
|
|
pydantic>=2.3.0,<2.4.0
|
|
python-dotenv>=1.0.0,<1.1.0
|
|
python-multipart>=0.0.6,<0.0.7
|
|
email-validator>=2.0.0,<2.1.0
|
|
ruff>=0.0.291
|
|
pathlib>=1.0.1,<1.1.0 |