
- Set up project structure with FastAPI and SQLite - Created Todo model with SQLAlchemy ORM - Added CRUD operations for todos - Implemented API endpoints for Todo operations - Added health check endpoint - Added Alembic for database migrations - Updated README with documentation generated with BackendIM... (backend.im)
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
fastapi==0.109.2
|
|
uvicorn==0.27.1
|
|
sqlalchemy==2.0.25
|
|
pydantic==2.5.3
|
|
alembic==1.12.1
|
|
python-dotenv==1.0.0 |