To run this application locally, run the following commands:
pipenv installpipenv shellexport FLASK_APP=server.pyflask run- You should now have a web server running on http://127.0.0.1:5000/
The application has two GET endpoints, healthz and hello.