To run this project you need to have git, python 2.7+ and pip installed
- clone the repository:
git clone https://github.com/kelrien/FoundersFlats.git
- get the requirements using pip:
pip install -r requirements.txt
- get your xing consumer key for your site: https://dev.xing.com/plugins/login_with/new
- Edit templates/login.html and replace
"YOUR-XING-KEY"
with a valid consumer id - run
python setup.py
- run
python app.py
to start the flask server - Enjoy!