Simple application that makes world better :)
A server and client which will provide an online bus schedule within a network. Very useful for companies who have free shuttle buses delivering workers to and from work. A worker can easily check their mobile phone, or visit a simple web page to find out when the next bus is leaving.
First some prerequisites:
sudo apt-get install python python-pip mongodb git
sudo pip install Flask
Now clone this GitHub repository:
cd ~/
git clone https://github.com/innovecs-opensource/bustime.git
Start up the server:
cd ~/bustime
python Backend/start.py
Whenever this repository is updated, you can update your local sources by:
cd ~/bustime
git pull