2 Commits

Author SHA1 Message Date
Automated Action
8d9d157c14 Update code via agent code generation 2025-06-19 17:47:24 +00:00
Automated Action
5dca451d03 Add SQLAlchemy database setup with Todo model
- Add app/db/base.py with SQLAlchemy Base class
- Add app/db/session.py with SQLite database connection using absolute path
- Add app/models/todo.py with Todo model including all required fields
- Add empty __init__.py files for proper package structure
2025-06-19 17:46:14 +00:00