This project addresses the academic performance of students enrolled in the department, focusing on their CIE results. The project involves the analysis of Continuous Internal Evaluation (CIE) marks for each course, as well as the calculation of the students' average scores, comprising both CIE and assignment marks. To access the system, admin must log in using their credentials. Admin is empowered to register faculty members, assigning them specific roles within the system. Additionally, the application boasts various tabs and features, enhancing its functionality. The project's standout feature is its dynamic home page, equipped with links and tabs for easy navigation to key sections. The primary focus of the project is on monitoring and managing the academic progress of students through a user-friendly interface. The system grants administrators the ability to define roles for faculty members during the registration process. Beyond the core functionality, the application offers various tabs to facilitate navigation and access to different aspects of the system.
- Install XAMPP or WAMPP.
- Open XAMPP Control panal and start
apache
andmysql
. - Download project from github
(https://github.com/sachinnimbal/CIE.git)
OR follow gitbash commands
i>cd C:\xampp\htdocs\
ii>git clonehttps://github.com/sachinnimbal/CIE.git
- extract files in
C:\\xampp\htdocs\
. - open link localhost/phpmyadmin
- click on new at side navbar.
- give a database name as (cie) hit on create button.
- after creating database name click on import.
- browse the file in directory
[CIE - BlankDB.sql]
. - after importing successfully.
- open any browser and type
http://localhost/CIE-Entry-System
. - first register and then login
- admin login details username = FAC01 and Password=admin.