
- Set up project structure with FastAPI - Configure SQLite database with SQLAlchemy - Set up Alembic for migrations - Create Item model and schema - Implement CRUD operations - Add health endpoint generated with BackendIM... (backend.im)
7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
fastapi==0.110.0
|
|
uvicorn==0.27.1
|
|
sqlalchemy==2.0.28
|
|
alembic==1.13.1
|
|
pydantic==2.6.1
|
|
pydantic-settings==2.2.1
|
|
typing-extensions==4.9.0 |