Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 349 Bytes

File metadata and controls

18 lines (13 loc) · 349 Bytes

portfo

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