~ What is so_challange?
It's a web application that gets posts from Stack Overflow by user id or via OAuth2 for current user.
~ How do I use it?
- create and activate environment from the root of the project directory
virtualenv -p python3.5 venv
. venv/bin/activate
- install dependecies root of the project directory
pip install -r requirements.txt
- now you can run so_challange:
python app.py
the application will greet you on http://localhost:5000/