To run this application locally, run the following commands:
pipenv install
pipenv shell
export FLASK_APP=server.py
flask 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
.