3 Commits

Author SHA1 Message Date
Automated Action
76dc7f1991 Add search feature for todos
- Add /api/todos/search endpoint with text search capability
- Implement filtering by completed status
- Include pagination and result count
- Update documentation with new endpoint details

generated with BackendIM... (backend.im)
2025-05-13 00:55:47 +00:00
Automated Action
f58b91f04c Create simple todo app with FastAPI and SQLite
- Set up project structure with FastAPI and SQLite
- Implement Todo model and CRUD operations
- Add health endpoint for application monitoring
- Configure Alembic for database migrations
- Add comprehensive documentation

generated with BackendIM... (backend.im)
2025-05-13 00:25:36 +00:00
Automated Action
9c9c3df984 Initial commit from template 2025-05-13 00:14:55 +00:00