hereisSwapnil / FeedbackSystem

Feedback System for 2,3,4 Year

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedback System image

Overview

The Feedback System project is designed to facilitate the collection and management of feedback within an educational institution. The project has three primary sections: Admin, Teacher, and Student.

Tech Stack image

  • Frontend: HTML, JavaScript
  • Backend: PHP
  • Database: MySQL
  • Server: XAMPP

Sections

1. Student Section image

Students can:

  • Set up and manage their profile.
  • Provide feedback on subjects and class outcomes for the teachers who teach them.

2. Teacher Section image

Teachers can:

  • Manage their profile.
  • View their class allotments.
  • Update or add course outcomes.
  • Add students to their courses.
  • View which students have provided feedback and which have not.
  • Sort and print a list of students who have not given feedback.

3. Admin Section image

Admins have all the functionalities of teachers plus additional capabilities:

  • Add and manage teachers.
  • View all feedback given.
  • Generate processed reports of the feedback.

Getting Startedimage

Prerequisites

Ensure you have the following installed on your local development environment:

  • XAMPP
  • MySQL (comes with XAMPP)

Installation

  1. Clone the repository in htdocs:

    git clone <repository_url>
  2. Navigate to the project directory:

    cd feedback-system
  3. Set up the database:

    • Open XAMPP Control Panel and start Apache and MySQL.
    • Open phpMyAdmin by visiting http://localhost/phpmyadmin/.
    • Create a database named feedback_system.
    • Import the provided SQL file to set up the tables.

Running the Project image

  • Start your web server and ensure it's serving the project directory.
  • Open your web browser and navigate to http://localhost/feedback-system (or the appropriate URL based on your server configuration).

About

Feedback System for 2,3,4 Year


Languages

Language:PHP 64.5%Language:CSS 31.9%Language:Hack 2.6%Language:JavaScript 0.9%