2 Commits

Author SHA1 Message Date
Automated Action
d667651110 Create simple Todo app with FastAPI and SQLite
- Add CRUD operations for todos (create, read, update, delete)
- Implement SQLAlchemy models and schemas
- Set up Alembic for database migrations
- Add health endpoint and CORS configuration
- Include comprehensive API documentation
- Structure project with proper separation of concerns
2025-06-19 22:02:18 +00:00
Automated Action
134cc733e1 Initial commit from template 2025-06-19 21:58:01 +00:00