6 Commits

Author SHA1 Message Date
Automated Action
f5b6cc6df2 Add email-validator package to fix Pydantic EmailStr validation 2025-05-16 01:06:51 +00:00
Automated Action
0c2239fb90 Fix migration to handle case where users table already exists 2025-05-16 01:04:23 +00:00
Automated Action
1710f43c85 Add user authentication with JWT and update todos to be user-specific 2025-05-16 01:01:54 +00:00
Automated Action
fb99c09cdd Refactor code to improve typing and linting 2025-05-16 00:42:00 +00:00
Automated Action
8e26cae20e Initial Todo app backend implementation with FastAPI and SQLite
- Created FastAPI application structure
- Added Todo model and CRUD operations
- Added database integration with SQLAlchemy
- Added migrations with Alembic
- Added health endpoint
- Added API documentation with Swagger UI and ReDoc
2025-05-16 00:35:49 +00:00
Automated Action
a87bc726cd Initial commit from template 2025-05-16 00:11:43 +00:00