Batch 49, Department of Computer Science & Engineering, Jahangirnagar University, Bangladesh
- Mohammed Tamjid Islam
- Mahfuz Anam
- Kamrul Hasan Nahid
- Farhan Ahmed Onu
- Suraiya Mahmuda
- Abdullah Al Mamun
Our Project is Exam Office Management System. We initially made the project predominantly for Jahangirnagar University. The primary purpose of the product is to improve the accuracy, efficiency, and transparency of exam related processes. The software serves as a centralized platform for the exam office to manage multiple tasks,
- Creating and Publishing Exam Schedules,
- Publish Result,
- Manage Exam Materials,
- Manage Answer Scripts,
- Manage Teacher Remuneration,
- Approving special accommodations, Additionally, it provides students with a seamless interface to:
- Access their results
- Register for Upcoming Exams,
- View Results,
- Apply for Marksheets and Certificates
Following should be installed correctly. They are written in requirements.txt file
-Django==5.0.6 -pytest==7.2.0 -Sphinx==8.0.2
-
Clone the repository:
git clone https://github.com/TamjidIslam99/Ju-Exam-Office-Management-System.git
-
Install the dependencies:
pip install -r requirements.txt
-
Run database migrations:
python manage.py makemigrations python manage.py migrate
-
Create a superuser (optional, for accessing the Django admin panel):
python manage.py createsuperuser
-
Start the server:
python manage.py runserver
-
Open your web browser and go to
http://127.0.0.1:8000/
.