BUSe is a web app for bus tracking. Built specially for daily commuters, it is the best way to know the current location of your bus.
Follow these steps to quickly setup your dev env. This is the env we use, everyone is free to use their own envs as long as things work.
git clone https://github.com/srijans38/BUSe.git
python3 -m venv ve
"ve" can be replaced with whatever directory name you want for your virtual env
source ./ve/bin/activate
"ve" has to be replaced with whatever directory name you have for your virtual env
pip install -r requirements.txt
python manage.py runserver
Check by going to localhost:8000