Hosted here: heroku app
- How to run.
-
Launch terminal
-
cd to Project Directory
-
Write the following commands to run :
-
On Windows CMD:
set FLASK_APP=main.py
flask run --host=0.0.0.0
-
On Linux Terminal:
export FLASK_APP=main.py
flask run --host=0.0.0.0
-
On Windows Powershell:
$env:FLASK_APP=main.py
flask run --host=0.0.0.0
-
-
Go on to preferred web browser :
'localhost: <port number being shown on terminal window>'
-
To exit from stream and terminate operations ->
ctrl + c