5 Commits

Author SHA1 Message Date
Automated Action
c8eba88591 Configure OpenWeatherMap API key in settings
- Add default OpenWeatherMap API key to enable weather service functionality
- Maintain environment variable override capability
- Ensure weather API endpoints can fetch data properly
2025-05-27 20:57:58 +00:00
Automated Action
90c2213853 Update README with comprehensive project documentation
- Add detailed project overview and features
- Include installation and setup instructions
- Document API endpoints and structure
- Add development guidelines and information
- Improve project documentation for users and contributors
2025-05-27 20:42:52 +00:00
Automated Action
b3cbb43878 Fix email validation dependency issue
- Added email-validator package to requirements.txt
- Modified user schema to provide fallback if email-validator is not available
- This fixes the health check failure due to missing email-validator dependency
2025-05-27 20:39:37 +00:00
Automated Action
fec0fa72e7 Initial project setup with FastAPI, SQLite, and Alembic
- Set up SQLite database configuration and directory structure
- Configure Alembic for proper SQLite migrations
- Add initial model schemas and API endpoints
- Fix OAuth2 authentication
- Implement proper code formatting with Ruff
2025-05-27 20:34:02 +00:00
Automated Action
fe429a4abf Initial commit from template 2025-05-27 20:09:40 +00:00