3 Commits

Author SHA1 Message Date
Automated Action
b315ed6c34 Fix alembic migration module import error
- Fixed Python import path in alembic/env.py
- Added settings import to ensure consistent database URL
- Synchronized database configuration between app and alembic

generated with BackendIM... (backend.im)
2025-05-15 22:10:23 +00:00
Automated Action
d20c3af0bc Build a simple Todo app with FastAPI
- Setup project structure with FastAPI, SQLAlchemy, and SQLite
- Create Todo model and database migrations
- Implement CRUD API endpoints
- Add error handling and validation
- Update README with documentation and examples

generated with BackendIM... (backend.im)
2025-05-15 22:01:40 +00:00
Automated Action
c5b9741fdb Initial commit from template 2025-05-15 21:58:14 +00:00