This projects aims to demonstrate some popular Graph Theory Algorithms such as the A* algorithm, Dijkstra's Algorithm, Depth First Search and other Graph Theory concepts such as Degree Centrality. All in an interactive Map based user interface designed using TailwindCSS and brought together using Django
python -m pip install django
cd GT
python manage.py runserver