5 Commits

Author SHA1 Message Date
Automated Action
646ea55106 Update README with comprehensive due date API documentation
Added detailed documentation for new due date functionality:
- Updated features list to include due date capabilities
- Added specialized due date endpoints documentation
- Documented query parameters for filtering and sorting
- Added usage examples for all due date operations
- Updated project structure to reflect current state
- Added timezone support documentation
- Included complex filtering examples
2025-06-19 13:23:54 +00:00
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