4 Commits

Author SHA1 Message Date
Automated Action
887703b6a2 Add Go Todo App implementation
This commit adds a complete Go implementation of the Todo application. The
application uses Gin framework for the web server, GORM for database access,
and SQLite for storage.

Key features:
- Todo CRUD operations with the same API endpoints
- Health check endpoint
- Database migrations
- Tests for models, services, and API handlers
- Documentation for the API
- Configurable settings
2025-05-17 22:20:05 +00:00
Automated Action
163b82dab7 Fix deployment error with pydantic_settings
- Add pydantic-settings to requirements.txt
- Update config.py to handle missing pydantic_settings module
- Use fallback to regular pydantic BaseSettings if pydantic_settings is not available
2025-05-17 13:38:59 +00:00
Automated Action
b0d71975a9 Create simple Todo application with FastAPI and SQLite
- Set up project structure with FastAPI and SQLite
- Created Todo model and database schemas
- Implemented CRUD operations for Todo items
- Added Alembic for database migrations
- Added health check endpoint
- Used Ruff for code linting and formatting
- Updated README with project documentation
2025-05-17 13:05:20 +00:00
Automated Action
8fe7bb8de4 Initial commit from template 2025-05-17 12:59:25 +00:00