
This commit includes: - Basic project structure with FastAPI - SQLite database integration using SQLAlchemy - CRUD API for items - Alembic migrations setup - Health check endpoint - Proper error handling - Updated README with setup instructions
7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
fastapi>=0.68.0
|
|
uvicorn>=0.15.0
|
|
pydantic>=2.0.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.7.5
|
|
python-dotenv>=0.19.1
|
|
ruff>=0.1.0 |