3 Commits

Author SHA1 Message Date
Automated Action
ca6bca6445 Fix email-validator dependency error
Add email-validator package to requirements.txt to resolve
ImportError when using EmailStr in Pydantic models
2025-06-26 16:09:12 +00:00
Automated Action
ca5dbb9088 Add complete simple messaging app with FastAPI
- Implement user authentication with JWT tokens
- Add messaging system for sending/receiving messages
- Create SQLite database with SQLAlchemy models
- Set up Alembic for database migrations
- Add health check endpoint
- Include comprehensive API documentation
- Support user registration, login, and message management
- Enable conversation history and user listing
2025-06-26 16:07:21 +00:00
Automated Action
7b85c77220 Initial commit from template 2025-06-26 16:02:04 +00:00