Answers for "flask run localhost"

0

flask run localhost

# First, export the name of your flask app
export FLASK_APP=app_name

# Now, run the app from the command line
flask run

# Now, open http://127.0.0.1:8000/ in your browser (or use whatever port you specified)
Posted by: Guest on January-28-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language