To run the Flask App, open the terminal, navigate to the directory that contains all this files using the linux command 'cd path_to_the_folder' and simply run :
python -m flask run
Flask run command will automatically search where our application is located (by setting the FLASK_APP environment variable to point to it)
@author: pramod.singh