2 Commits

Author SHA1 Message Date
Automated Action
11dd11a6ff Fix database migration import path error
- Add project root to Python path in migrations/env.py
- Ensure all models are properly imported in base_models.py
- Fix import statements for proper module resolution
2025-06-08 18:16:20 +00:00
Automated Action
d4b0ceed9c Implement Task Manager API with FastAPI and SQLite
- Setup project structure and FastAPI application
- Configure SQLite database with SQLAlchemy ORM
- Setup Alembic for database migrations
- Implement user authentication with JWT
- Create task models and CRUD operations
- Implement task assignment functionality
- Add detailed API documentation
- Create comprehensive README with usage instructions
- Lint code with Ruff
2025-06-08 18:02:43 +00:00