Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 500 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 500 Bytes

Python 3 Google App Engine Demo App

Local dev

Create a virtual environment for your python application.

$ mkvirtualenv -a $PWD -p `which python3` py3demoapp

Install dependencies locally

$ pip install -r requirements.txt

Run the app

$ python main.py

View it in the browswer

$ open http://localhost:8080

Manual Deployment

Deploy it:

$ gcloud app deploy

Browse it:

$ gcloud app browse