Flask Python framework

Flask is a Python framework. You can find more info at the official website.

https://flask.palletsprojects.com/

How to start a Flask application?

To start flask application, run

How to run flask application on port 80

To run flask application on port 80, use command

Or edit app.py, use the following code

Or you can use the following environment variables

Port 80 can only be used by the root user, so you need to run the above command as root. Only do this for testing as it is insecure to run an application as the root user.

Default flask app name

When you run

It looks for app.py file. If you need to change the file name, you can use the environment variable

See python

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *