Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

58 lines (30 loc) · 1.22 KB

cgpacalculator

The CGPA Calculator is an intuitive and user-friendly web application designed to assist students in calculating their Grade Point Average (GPA) and Cumulative GPA (CGPA) quickly and accurately. With this app, students can effortlessly track their academic performance and make informed decisions about their studies.

Technologies used

  • Python
  • Django
  • HTML
  • SQlite3

Installation

  1. Clone the repository from GitHub:

git clone https://github.com/https://github.com/LoneStarrD/cgpacalculator-main.git

  1. Navigate to the project directory:

cd taskkeeper

  1. Create and Activate Virtual Environment:

python -m venv env

  • On Windows, activate the virtual environment:

env\Scripts\activate

On macOS and Linux, activate the virtual environment:

source env/bin/activate

  1. Install Dependencies:

pip install -r requirements.txt

  1. Run Database Migrations:

python manage.py migrate

  1. Create Superuser Account:

python manage.py createsuperuser

  1. Start the Development Server:

python manage.py runserver

Use the superuser account credentials to log in to the admin interface at http://localhost:8000/admin/ and manage the platform content

Preview