heapbytes / feedback-sys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedback Management System

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.

Project Overview

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.

Features

  • 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.

Tech Stack

  • PHP: version 7.4
  • Python: version 3.7
  • MySQL: version --
  • Apache: version 2.0

Installation and Setup

To set up the Feedback Management System on your own environment, please follow these steps:

  1. Install the required dependencies:

    • PHP7.4
    • Python3
    • MySQL
    • Apache2
  2. Clone the project repository:

    git clone https://github.com/justafolk/feedback-management-system.git
  3. 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

License

This project is licensed under the MIT License.

image

image

image

About

License:Apache License 2.0


Languages

Language:PHP 75.8%Language:CSS 8.6%Language:HTML 6.0%Language:JavaScript 4.0%Language:Hack 3.6%Language:SCSS 2.0%Language:Python 0.0%