Skip to content

Web based platform for making student-faculty interaction easier

License

Notifications You must be signed in to change notification settings

piyush-jaiswal/Student-Faculty-Interaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student-Faculty-Interaction

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.

Steps to use this platform:

  1. Clone this repository
  2. Change the root directory of your web server to point to the cloned repository
  3. Import the database structure from /StudentFacultyInteraction Database Dump/StudentFacultyInteraction Dump.sql
  4. Go to /database_connection.php and change the connection variables according to your system
  5. Open the server in your browser.

Preview