4 Commits

Author SHA1 Message Date
Automated Action
a9f9e6dd22 Fix health check for container deployment 2025-06-02 18:32:05 +00:00
Automated Action
4abac2b250 Fix database connection issues and improve error handling 2025-06-02 17:45:50 +00:00
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