Horje
run flask app from command line Code Example
run flask app from command line
# For bash do this:
set FLASK_APP=<app_name>

# For powershell do this:
$env FLASK_APP=<app_name>

# Run it like this
flask run
how to set and run flask app on terminal
> set FLASK_APP=hello
> flask run




Shell

Related
powershell find string in files recursive Code Example powershell find string in files recursive Code Example
git connect to remote repository Code Example git connect to remote repository Code Example
push to github Code Example push to github Code Example
register runner gitlab Code Example register runner gitlab Code Example
git find out commit for tag Code Example git find out commit for tag Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10