FLASK_APP=main FLASK_ENV=development flask run
export FLASK_APP=main && export FLASK_ENV=production && gcloud init && gcloud app deploy
clone he project from https://github.com/tmitchmachine/mitch_deal.git
cd tmitchmachine
export FLASK_APP=main
export FLASK_ENV=development
flask run
export FLASK_APP=main
export FLASK_ENV=production
gcloud init
Select Switch to and re-initialize existing configuration: [default]gcloud app deploy
gcloud components update
https://cloud.google.com/sdk/docs/install
https://www.youtube.com/watch?v=_OqxXjiASDI
gcloud projects create project name