2 Commits

Author SHA1 Message Date
Automated Action
9586f0c506 Fix Pydantic error by moving DB_DIR outside of Settings class
- Moved DB_DIR Path definition outside Settings class to fix Pydantic 2.x annotation error
- Updated path to use project-specific path rather than /app
- Added start.py script to validate app loading

generated with BackendIM... (backend.im)
2025-05-13 23:34:58 +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