This is a lightweight web application that allows university students to manage their SMS notifications for events.
The backend is built with Flask (Python) and uses SQLite as the database. The frontend will connect via REST API.
✅ User authentication (Login, Change Password)
✅ Manage SMS notification settings
✅ Update phone number
✅ Administration of users
- Frontend
- Backend: Flask (Python)
- Database: SQLite
- Web Server: Nginx + Gunicorn (for production)
- SMS Integration: GSM Module (SIM800L) or Twilio API
git clone https://github.com/yourusername/university-sms.git
cd university-sms