To set up:
pip install -r requirements-dev.txt
To run using the development runtime:
python run.py
or with Gunicorn:
gunicorn --log-level=debug --workers=1 --bind=0.0.0.0:8080 run:app --access-logfile=-
Then go here: http://localhost:8080/api/v1/basic/ping