5 Commits

Author SHA1 Message Date
Automated Action
3635793211 Fix LoginRequest schema import in schemas/__init__.py 2025-06-12 18:31:11 +00:00
Automated Action
bd40dcf387 Update code via agent code generation 2025-06-12 18:28:09 +00:00
Automated Action
e2134243ae Update login endpoint to use JSON request body instead of form data 2025-06-12 18:27:55 +00:00
Automated Action
d1c05cbd6e Implement Task Manager API with FastAPI and SQLite
- Set up project structure and dependencies
- Create database models for tasks and users with SQLAlchemy
- Configure Alembic for database migrations
- Implement authentication system with JWT tokens
- Create CRUD API endpoints for tasks and users
- Add health check endpoint
- Update README with documentation
2025-06-12 18:14:56 +00:00
Automated Action
58769e0329 Initial commit from template 2025-06-12 18:08:05 +00:00