All Projects → GoogleCloudPlatform → Appengine Guestbook Python

GoogleCloudPlatform / Appengine Guestbook Python

Licence: apache-2.0
Guestbook is an example application showing basic usage of Google App Engine

Programming Languages

python
139335 projects - #7 most used programming language

Guestbook

Guestbook is an example application showing basic usage of Google App Engine. Users can read & write text messages and optionally log-in with their Google account. Messages are stored in App Engine (NoSQL) High Replication Datastore (HRD) and retrieved using a strongly consistent (ancestor) query.

Products

Language

APIs

Dependencies

E2E Test for this sample app

A Makefile is provided to deploy and run the e2e test.

To run:

 export GAE_PROJECT=your-project-id
 make

To manually run, install the requirements

pip install -r e2e/requirements-dev.txt

Set the environment variable to point to your deployed app:

export GUESTBOOK_URL="http://guestbook-test-dot-useful-temple-118922.appspot.com/"

Finally, run the test

python e2e/test_e2e.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].