
- Set up project structure with FastAPI - Create SQLite database with SQLAlchemy - Implement Alembic for database migrations - Add CRUD operations for items resource - Create health endpoint - Update documentation generated with BackendIM... (backend.im)
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
fastapi==0.103.1
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.21
|
|
pydantic==2.4.2
|
|
alembic==1.12.0
|
|
ruff==0.0.292 |