GCP App Engine Examples
main.py
app.yaml
: Deployment descriptor for your applicationtemplates/
: This is where you’ll put the Jinja2 templates for your app.static/
: This directory contains the public CSS, JavaScript, images and other files that you want to make public via your app. main.py
: Python file that has the application logicrequirements.txt
: This file lists all of the Python packages that your app depends on. Navigate to the directory and run the following command -> gcloud app deploy
gcloud app browser