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