/gcp-simple-python-app

A simple Python app

Primary LanguageJinjaApache License 2.0Apache-2.0

GCP Simple Python App

A simple Python app using waitress and flask.

Uses the Google Cloud metadata service.

Run locally with:

cd app
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 app.py