5 Commits

Author SHA1 Message Date
Automated Action
462c7e651e Fix database path issues with relative path resolution to ensure proper directory creation and permissions 2025-05-12 16:40:33 +00:00
Automated Action
c196ff6cc8 Fix database path and migration engine configuration to resolve connection errors
generated with BackendIM... (backend.im)
2025-05-12 16:38:51 +00:00
Automated Action
fb94dd1153 Fix updated_at column in migration and schema to ensure auto-update on record changes
Fixed two issues:
1. Added onupdate and server_default to updated_at column in migration script
2. Changed updated_at to be non-optional in TodoResponse schema

🤖 Generated with BackendIM... (backend.im)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-12 16:37:27 +00:00
Automated Action
547635aebe Fix database path to use local project directory instead of /app
🤖 Generated with BackendIM... (backend.im)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-12 16:33:05 +00:00
Automated Action
c139318961 Implement simple Todo application with FastAPI and SQLite
- Set up project structure with FastAPI application
- Create Todo model and related Pydantic schemas
- Implement CRUD operations for Todo items
- Add health endpoint for application monitoring
- Configure database connection with SQLite
- Create database migrations with Alembic
- Update documentation with setup and usage instructions

generated with BackendIM... (backend.im)
2025-05-12 16:30:31 +00:00