This is a project by the Gerogia Tech Big Data Club to visualize the effectiveness of MARTA bus routes against estimations of where people both live and work.
Use Python 3
For Mac/Linux
$ chmod +x start.sh #Adds execution permission to the scripts
$ chmod +x stop.sh
$ ./start #to start both the UI(:8000) and API(:5000) servers
$ ./stop #to stop both servers
For Windows
> start.bat #to start both the UI(:8000) and API(:5000) servers
> stop.bat #to stop both servers