Automated Action 6341d8f5a0 Create Todo application with FastAPI and SQLite
- Set up project structure and requirements
- Create database models and connection setup using SQLAlchemy
- Set up Alembic migrations
- Create API endpoints for Todo CRUD operations
- Add health endpoint
- Update README with project information

generated with BackendIM... (backend.im)
2025-05-13 11:29:47 +00:00

6 lines
104 B
Plaintext

fastapi==0.104.1
uvicorn==0.23.2
sqlalchemy==2.0.23
pydantic==2.4.2
alembic==1.12.1
python-dotenv==1.0.0