/Result-Management-System

This is a student management system for university students and faculty lecturers. It's built on Django, JavaScript, Html and Bootstrap.

Primary LanguageJavaScript

Result Management System

Result Management System This repo contains the code for a simple result management system. Below is step to run and see the project on your local environment.

Cloning the Repository

To access the source code and documentation, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the directory where you want to clone the repository.

  3. Use the following command to clone the repository:

    git clone https://github.com/Jayteemighty/Result-Management-System.git
    

Running the Server

Before accessing the project locally, ensure that you have the necessary dependencies installed and the server running. Follow these steps:

  1. Navigate to the root directory of the cloned repository.

  2. Install the required dependencies using the following command:

    pip install -r requirements.txt
    
  3. Start the server by running the following command:

    python manage.py runserver