7 Commits

Author SHA1 Message Date
Automated Action
1ce4b4d932 Fix database configuration paths for development environment
- Updated database path in database.py to use project root path
- Updated alembic.ini to use correct database path
- Modified alembic env.py to directly use database URL from code

generated with BackendIM... (backend.im)
2025-05-13 14:35:05 +00:00
Dave
afb29d695c chore: a comment 2025-05-13 15:30:17 +01:00
Dave
de156f1cf9 chore: comment out some lines to cause error during deployment 2025-05-13 15:29:06 +01:00
Dave
92f3fa6c7f chore: remove another import 2025-05-13 15:24:26 +01:00
Dave
cb03ee0ef1 chore: remove import statement 2025-05-13 15:21:32 +01:00
Automated Action
95a8111a53 Implement simple todo app with FastAPI
- Created project structure and FastAPI application
- Added SQLite database models and Pydantic schemas
- Implemented todo routes (add, list, delete)
- Set up Alembic migrations
- Added health endpoint

generated with BackendIM... (backend.im)
2025-05-13 13:09:47 +00:00
Automated Action
a105f696dd Initial commit from template 2025-05-13 13:07:20 +00:00