Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

This is a student feedback system built using SQL, PHP and simple HTML/CSS.

Notifications You must be signed in to change notification settings

anushkachauhxn/dbms_studentfeedback

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

👨‍🎓📝 Student Feedback Portal

A student feedback portal built using PHP, SQL and CSS.

⭐ Features

Feedback Page

Admin Login Page

Admin Data Page

💻 Setup

Code Setup

  1. Fork this repository.
  2. Clone the repository in your project folder. git clone https://github.com//dbms_studentfeedback.git

Backend Setup

  1. Open the XAMPP Control Panel and run the Apache (Webserver) and MySQL (Database Server) servers. Don't have it already? Download it from here.
  2. Move the project folder to C:\xampp\htdocs .
  3. Go to http://localhost/phpmyadmin/ in your browser and create a database named feedback .

  1. Import the sql file feedback.sql in the database folder to setup the database.

Get Started

  1. Go to http://localhost/feedback/ in your browser and get started.