Skip to content

RealKinetic/gcp_gae_py3_demo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A GCP Google App Engine Demo Application (Python 3)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published