In this tutorial we are creating simple web page that list product data from a MySQL database.
We have installed couple of packages flask and pymysql using pip command.
To run flask application use the command - flask run
set FLASK_APP=modulename
export FLASK_APP=modulename