🚀 SavePlus API
✅ API is running successfully!
The SavePlus backend API is now operational and ready to handle requests.
Available Endpoints:
- POST /api/password/forgot - Password reset request
- GET /api/password/show-form - Show reset form
- POST /api/password/reset - Reset password
- GET /api/partners - Get all partners
- GET /api/partners/{id} - Get specific partner
Email Configuration:
Email functionality is currently set to LOG mode for testing. All emails will be written to the log file instead of being sent via SMTP.
Next Steps:
- Test the password reset functionality
- Configure proper SMTP settings for production
- Test partner API endpoints