Run the following commands on terminal
export FLASK_APP = app.py
python3 -m flask run
Click on the URL presented by the terminal. Usually it's
127.0.0.1:5000
This program is free software and is distributed under an MIT License.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Run the following commands on terminal
export FLASK_APP = app.py
python3 -m flask run
Click on the URL presented by the terminal. Usually it's
127.0.0.1:5000
This program is free software and is distributed under an MIT License.