Web based platform for making student-faculty interaction easier. The platform provides real time coverage of the topics being taught in the lectures with student's ability to rate the topics on the basis of their understanding. Faculty can view the ratings of the class as an aggregate. Students and Faculty can set up meetings with each other and can recieve notifications. This platform also performs authorization checks before certain actions can be performed such as students rating a particular topic, faculty accessing course handouts etc.
- Clone this repository
- Change the root directory of your web server to point to the cloned repository
- Import the database structure from
/StudentFacultyInteraction Database Dump/StudentFacultyInteraction Dump.sql
- Go to
/database_connection.php
and change the connection variables according to your system - Open the server in your browser.