Skip to content

Arzzam/AuCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuCalc

A GPA/CGPA calculator for Anna University.

Instruction

Installing Dependencies

  • For Python Dependencies,
    python -m pip install -r requirements.txt
    
  • For Frontend Dependencies,
    • cd into frontend directory,
    npm install
    

Running App

  • To run backend,
    python manage.py migrate
    python manage.py runserver
    
  • To run frontend,
    • cd into frontend directory,
    npm start
    
  • To load data,
    python manage.py loaddata <files_name>
    

Authors