
- Set up project structure with FastAPI and SQLite - Implement Todo model and CRUD operations - Add health endpoint for application monitoring - Configure Alembic for database migrations - Add comprehensive documentation generated with BackendIM... (backend.im)
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
fastapi==0.95.1
|
|
uvicorn==0.22.0
|
|
sqlalchemy==2.0.12
|
|
pydantic==1.10.7
|
|
alembic==1.10.4
|
|
python-dotenv==1.0.0 |