
- Set up project structure with FastAPI application - Create Todo model and related Pydantic schemas - Implement CRUD operations for Todo items - Add health endpoint for application monitoring - Configure database connection with SQLite - Create database migrations with Alembic - Update documentation with setup and usage instructions generated with BackendIM... (backend.im)
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
fastapi==0.103.1
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.20
|
|
alembic==1.12.0
|
|
pydantic==2.3.0
|
|
python-dotenv==1.0.0 |