This is a simple result management system for BAUET. It is developed using Django framework.
- Student can see their result
- Teacher can add result
- Admin can add
- Student
- Teacher
- Course
- Result
- Department
- Batch
- Semester
- Subject
- Grade
- User
- Clone the repository
- You need the following XAMPP to run the project : xampp-windows-x64-5.6.40-1-VC11-installer.exe
- Install XAMPP
- Open XAMPP Control Panel and start Apache and MySQL
- Open phpMyAdmin
- Create a database named
resultgrading
- Import
resultgrading.sql
file fromDATABASE FILE
folder - Copy the project folder and paste it into
C:\xampp\htdocs
- Open browser and go to
http://localhost/BAUET_Result_System/index.php
for admin panel - For student panel go to
http://localhost/BAUET_Result_System/result.php
- Username: admin
- Password: admin
- Username: 20104033
- Password: 20104033