4 Commits

Author SHA1 Message Date
Automated Action
bd4441f91f Update README with due date functionality documentation
Added due date field documentation to Todo model and included usage examples
for creating todos with due dates and timezone handling.
2025-06-19 13:21:12 +00:00
Automated Action
cf0d0e45b0 Update README with Categories system documentation
- Document category management features
- Update API endpoints to include categories
- Revise project structure to reflect current implementation
- Add usage examples for categories and filtering
- Remove references to unimplemented features
- Update models documentation for Todo and Category
2025-06-19 00:09:01 +00:00
Automated Action
2c24afcb6c Create simple FastAPI todo application
- Add project structure with FastAPI, SQLAlchemy, and Alembic
- Implement Todo model with CRUD operations
- Add REST API endpoints for todo management
- Configure SQLite database with migrations
- Include health check and API documentation endpoints
- Add CORS middleware for all origins
- Format code with Ruff
2025-06-18 00:30:05 +00:00
Automated Action
99353d86fc Initial commit from template 2025-06-18 00:24:50 +00:00