This is a examle repository for my article.
Create and activate the virtual environment
virtualenv venv
source venv/bin/activateRun the server
python app.pyRun the tests
python -m pytestThe server will be up on http://localhost:5000.
Python >= 3.6