# export the main file or index export FLASK_APP=app.py #run and build with localhost:5000 python -m flask run