Campus portal system designed for student registeration for course submitting the assignment uploaded by faculty. It has three unit Admin,Faculty and student, Faculty access dashboard and see the course alloted and upload assignment, Student send request for course and see the coursesenroll and submit assignment, Admin manages both student and faculty and add new departement and courses and assign courses to faculty.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
HTML
CSS
PHP
MYSQL
- Bootstrap
- XAMPP
- PHP
- MYSQL
Download XAMPP FROM HERE
- Go to http://localhost/phpmyadmin/
- Click the "New" link on the upper left corner (under recent tables)
- Fill out the "Database Name" field with "campus".
- Click the "Create" button
- Download sql file of project from here
- go to import and select downloaded campus.sql and click on go.
- all the tables will be imported.
- Go to XAMPP server directory
- go to htdocs
- eg. "C:\xampp\htdocs"
- place the online-course-portal-system in htdocs
- open browser and type in localhost/online-course-portal-system/main.html
- open browser and type in localhost/online-course-portal-system/student/
- open browser and type in localhost/online-course-portal-system/faculty/