
- Setup project structure with FastAPI, SQLAlchemy, and SQLite - Create Todo model and database migrations - Implement CRUD API endpoints - Add error handling and validation - Update README with documentation and examples generated with BackendIM... (backend.im)
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
fastapi==0.110.0
|
|
uvicorn==0.29.0
|
|
sqlalchemy==2.0.25
|
|
alembic==1.13.1
|
|
pydantic==2.6.1
|
|
python-dotenv==1.0.1
|
|
ruff==0.3.0 |