3 Commits

Author SHA1 Message Date
Automated Action
bd33c253b2 Fix database migration and path issues
- Fix Python path in migrations/env.py for proper imports
- Update database path to use relative project paths instead of /app
- Update alembic.ini to use relative database path
- Update README with correct database location and migration instructions

generated with BackendIM... (backend.im)
2025-05-13 12:42:03 +00:00
Automated Action
0976677a4c Build Todo application with FastAPI and SQLite
- Set up project structure with FastAPI and SQLAlchemy
- Create Todo model, schemas, and CRUD operations
- Add API endpoints for todo operations (create, read, update, delete)
- Set up Alembic for database migrations
- Add health check endpoint
- Update README with detailed instructions

generated with BackendIM... (backend.im)
2025-05-13 12:38:16 +00:00
Automated Action
1578e6c5c3 Initial commit from template 2025-05-13 12:35:38 +00:00