A web-based College Complaint Management System built using Python Flask and MySQL.
- Student registration and login
- Submit complaints with details
- Track complaint status
- Dashboard with complaint statistics
- Profile management
- Admin can manage complaints and update status
- Python
- Flask
- HTML
- CSS
- MySQL
College-Complaint-System
│
├── Static/
│ ├── css/
│ └── assets/
│
├── Templates/
│ ├── dashboard.html
│ ├── my-complaints.html
│ ├── register.html
│ ├── profile.html
│
├── app.py
├── requirements.txt
└── .gitignore
- Clone the repository
- Create virtual environment
- Install requirements
pip install -r requirements.txt
- Run Flask app
python app.py
Hariharan