elmeg-demo/backend/services
fullsizemalt b73f993475 feat: Email Service Integration with AWS SES
- Implemented backend/services/email_service.py with boto3 SES client
- Added EmailService class with verification and password reset methods
- Updated auth router to use the new email service
- Configured docker-compose.yml to pass AWS SES environment variables
2025-12-21 19:28:29 -08:00
..
email_service.py feat: Email Service Integration with AWS SES 2025-12-21 19:28:29 -08:00
gamification.py feat: Gamification sprint complete 2025-12-21 19:21:20 -08:00
stats.py