2 Commits

Author SHA1 Message Date
Automated Action
af0f9e1638 Build barebones task manager API with FastAPI and SQLite
- Create FastAPI application with CORS support
- Implement Task model with SQLAlchemy
- Set up database session and migrations with Alembic
- Add CRUD endpoints for task management
- Include health check and API documentation endpoints
- Configure Ruff for code formatting and linting
2025-06-18 00:22:56 +00:00
Automated Action
33b8ea0768 Initial commit from template 2025-06-18 00:18:37 +00:00