Skip to content

rmpythoncode/BUSe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages