A student feedback portal built using PHP, SQL and CSS.
- The students can fill in their details and give their feedback through the main page.
- The staff with admin privileges can login using the admin button on the main page.
- After successful login, they are taken to the feedback data page. They can see all responses there in table form.
- A logout button is provided to avoid anyone else accessing the responses.
-
Fork this repository.
-
Clone the repository in your project folder.
git clone https://github.com/<your_username>/dbms_studentfeedback.git
-
Open the XAMPP Control Panel and run the Apache (Webserver) and MySQL (Database Server) servers.
Don't have it already? Download it from here.
-
Move the project folder to
C:\xampp\htdocs
. -
Go to
http://localhost/phpmyadmin/
in your browser and create a database namedfeedback
.
- Import the sql file
feedback.sql
in the database folder to setup the database.
- Go to
http://localhost/feedback/
in your browser and get started.