2 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
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