A skeleton flask app to use for a coding challenge.
You can use a virtual environment (conda, venv, etc):
conda env create -f environment.yml
source activate user-profiles
Or just pip install from the requirements file
pip install -r requirements.txt
# start up local server
python -m run
curl -i "http://127.0.0.1:5000/health-check"