The Feedback Management System is a project developed for managing feedback sessions at your institute. It provides a platform to collect and process feedback from students. In the last quarter alone, the system successfully managed over 1500 feedback submissions, demonstrating its efficiency and scalability. With an average of 3000 feedbacks per year, this system is designed to handle a large volume of feedback data.
The Feedback Management System is developed using PHP and Python programming languages. It is hosted on a LAMP (Linux, Apache, MySQL, PHP) stack server, ensuring a stable and reliable environment for the application. The project utilizes MySQL as the database management system for storing and retrieving feedback data efficiently.
- Collect feedback from students in an organized manner.
- Process and analyze feedback data to extract valuable insights.
- Generate reports and statistics based on the feedback data.
- Provide a user-friendly interface for students and administrators.
- Ensure data security and privacy of feedback submissions.
- PHP: version 7.4
- Python: version 3.7
- MySQL: version --
- Apache: version 2.0
To set up the Feedback Management System on your own environment, please follow these steps:
-
Install the required dependencies:
- PHP7.4
- Python3
- MySQL
- Apache2
-
Clone the project repository:
git clone https://github.com/justafolk/feedback-management-system.git
-
Configure the database:
- Create a MySQL database named "feedback_system".
- Import the database schema from the provided SQL file.
mysql -p feedback_system < feedback_schema.sql
This project is licensed under the MIT License.