EDU Flow is a web-based course management system developed for academic use. It helps manage courses, assignments, quizzes, and communication between students and faculty.
- Student and faculty login system
- Course creation and enrollment
- Assignment upload and submission
- Quiz management and quiz attempts
- Course materials sharing
- Messaging and communication features
- Result and submission tracking
- PHP
- MySQL
- HTML
- CSS
- JavaScript
faculty/→ faculty-side featuresstudent/→ student-side featuresincludes/→ shared files and configurationscss/→ styling filesimg/→ images and assetsusers.sql→ database file
- Install XAMPP or any local server environment
- Move the project folder into the
htdocsdirectory - Import the database file into phpMyAdmin
- Start Apache and MySQL
- Open the project in your browser using localhost
This project was developed as a university course project to demonstrate practical knowledge of web development, database integration, and course management features.
Rohan Bahorder