Run the following commands:
-
source /Users/tanaka/Desktop/poembot/venv/bin/activate
-
export FLASK_APP=main.py
-
flask run
-
Finally, access the site locally at port 5000
gcloud app deploy
- add bs4 library to /libs directory since App Engine doesn't support impure python packages