
- Created CRUD operations for todos - Added database models and SQLAlchemy integration - Set up Alembic for database migrations - Added health endpoint - Updated README with installation and usage instructions 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.27
|
|
alembic==1.13.1
|
|
pydantic==2.6.1
|
|
python-dotenv==1.0.1 |