- Google App Engine (Python)
- Chuck Norris API
- Flask: Flask is a micro web framework written in Python
- app.yaml: app.yaml configuration file
- app.yaml
- templates/
- static/
main.py
- requirements.txt
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