/bundestagswahl

web application which shows the results of the Wahlkreise in Bundestagswahl 2017.

Primary LanguagePython

bundestagswahl

web application which shows the results of the Wahlkreise in Bundestagswahl 2017.

Setting up and Start application

Create new env and install dependencies
$ conda env create -f environment.yml
To activate this environment, use:
$ source activate flask-app
To start the application, use:
$ python run.py