This is a simple web server that serves a single route.
To set up this project:
; python -m venv server-venv
; source server-venv/bin/activate
(server-venv) ; pip install -r requirements.txt # Install dependencies
(server-venv) ; pytest # Run the tests
(server-venv) ; python app.py # Run the server