See https://flask.palletsprojects.com/en/stable/tutorial/views/
To use,
make container
make up
In a browser, visit http://localhost:5000 to see a static HTML page
To access the API, use
curl -s http://localhost:5000/api/v1/list
This demo repo is part of a sequence of tutorials