3 Commits

Author SHA1 Message Date
Automated Action
5a8adf1d9c Add pydantic-settings package to requirements.txt 2025-05-13 23:29:26 +00:00
Automated Action
a9c71e9245 Fix database migration path issues for development environment
- Added proper path handling to alembic env.py
- Updated database path to use relative paths in development
- Created necessary storage directories
- Updated alembic configuration to use dynamic SQLAlchemy URL

generated with BackendIM... (backend.im)
2025-05-13 23:25:51 +00:00
Automated Action
d60cfb5c4f Create Task Manager API with FastAPI and SQLite
- Set up FastAPI project structure
- Create Task model with SQLAlchemy
- Set up Alembic for migrations
- Create CRUD operations for tasks
- Implement API endpoints for tasks
- Add health check endpoint
- Update documentation

generated with BackendIM... (backend.im)
2025-05-13 23:23:43 +00:00