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.
- Python
- Django
- HTML
- SQlite3
- Clone the repository from GitHub:
git clone https://github.com/https://github.com/LoneStarrD/cgpacalculator-main.git
- Navigate to the project directory:
cd taskkeeper
- 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
- Install Dependencies:
pip install -r requirements.txt
- Run Database Migrations:
python manage.py migrate
- Create Superuser Account:
python manage.py createsuperuser
- 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