Skip to content

04harithecoder/College-Complaint-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

College Complaint System (CCS)

A web-based College Complaint Management System built using Python Flask and MySQL.

Features

  • Student registration and login
  • Submit complaints with details
  • Track complaint status
  • Dashboard with complaint statistics
  • Profile management
  • Admin can manage complaints and update status

Tech Stack

  • Python
  • Flask
  • HTML
  • CSS
  • MySQL

Project Structure

College-Complaint-System
│
├── Static/
│   ├── css/
│   └── assets/
│
├── Templates/
│   ├── dashboard.html
│   ├── my-complaints.html
│   ├── register.html
│   ├── profile.html
│
├── app.py
├── requirements.txt
└── .gitignore

How to Run

  1. Clone the repository
  2. Create virtual environment
  3. Install requirements
pip install -r requirements.txt
  1. Run Flask app
python app.py

Author

Hariharan

About

A web-based College Complaint System built with Python Flask & MySQL. Students can register, submit complaints with attachments, and track status. Admin can manage complaints, update status, and students get notified via email automatically.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors