How to Run Flask project :
flask --app main run
here: --app : app = Flask(name) main = main.py (flask app file name)
This is the flask mastery project where I am getting complete indepth into flask.
Repository from Github https://github.comDeveloper-AD/MasterFlask
How to Run Flask project :
flask --app main run
here: --app : app = Flask(name) main = main.py (flask app file name)
This is the flask mastery project where I am getting complete indepth into flask.