
- Set up project structure with FastAPI and SQLAlchemy - Configure SQLite database with async support - Implement CRUD endpoints for items resource - Add health endpoint for monitoring - Set up Alembic migrations - Create comprehensive documentation generated with BackendIM... (backend.im)
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
fastapi>=0.103.1
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.21
|
|
alembic>=1.12.0
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
aiosqlite>=0.19.0
|
|
ruff>=0.0.290 |