mdarikrayhan / BAUET_Result_System

OBE based result system for BAUET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BAUET Result System

Introduction

This is a simple result management system for BAUET. It is developed using Django framework.

Features

  • Student can see their result
  • Teacher can add result
  • Admin can add
    • Student
    • Teacher
    • Course
    • Result
    • Department
    • Batch
    • Semester
    • Subject
    • Grade
    • User

Project Report

Installation

  • 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 from DATABASE 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

Login Credentials

Admin

  • Username: admin
  • Password: admin

Student

  • Username: 20104033
  • Password: 20104033

Screenshots

Admin Panel - Login


Admin Panel - Dashboard


Admin Panel - Add Department


Admin Panel - Add Course


Admin Panel - Add Faculty


Admin Panel - Semester Result

Admin Panel - Final Result


Student Panel - Login


Student Panel - Dashboard


Student Panel - Enroll Course


About

OBE based result system for BAUET


Languages

Language:PHP 82.5%Language:JavaScript 12.2%Language:CSS 3.3%Language:SCSS 1.8%Language:Hack 0.2%Language:HTML 0.0%