Skip to content
/ BUSe Public

A web app for bus tracking made with Django and Bootstrap

License

Notifications You must be signed in to change notification settings

srijans38/BUSe

Repository files navigation

BUSe

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.

Setting up your development environment

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.

Clone

git clone https://github.com/srijans38/BUSe.git

Python Virtual Env

python3 -m venv ve

"ve" can be replaced with whatever directory name you want for your virtual env

Switching to your virtual env

source ./ve/bin/activate

"ve" has to be replaced with whatever directory name you have for your virtual env

Installing required modules

pip install -r requirements.txt 

Running Django Dev Server

python manage.py runserver

Check by going to localhost:8000

About

A web app for bus tracking made with Django and Bootstrap

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •