Sample website! Since this uses Flask v3>, to run the server command:
The old call command:
$ export FLASK_APP=<filename>
$ flask run
Flask is currently on version 3.0, so the command is now:
$ flask --app <filename> run
NOTE: add --debug to the end to run in debug mode.
visist https://zerotomastery.io/ for more