2 Commits

Author SHA1 Message Date
Automated Action
9c5b74200b Setup basic FastAPI project with Todo API
- Created requirements.txt with necessary dependencies
- Set up FastAPI application structure with main.py
- Added health endpoint
- Configured SQLAlchemy with SQLite database
- Initialized Alembic for database migrations
- Created Todo model and API endpoints
- Updated README with setup and usage instructions
- Linted code with Ruff
2025-05-29 02:07:19 +00:00
Automated Action
31cda897a0 Initial commit from template 2025-05-29 01:09:25 +00:00