Sample Applications

This page collects sample applications hosted on various sites such as GitHub and Google Developer Docs. These examples help illustrate how to handle similar situations when developing with App Engine.

GitHub samples

Sample Description
Angular A simple AngularJS CRUD application for Google App Engine.
Blobstore Uses Blobstore in a Python App Engine application.
Cloud SQL This is an example program showing how to use the native MySQL connections from Google App Engine to Google Cloud SQL.
Internationalization A simple example app showing how to build an internationalized app with App Engine.
Images This is a sample app for Google App Engine that exercises the images Python API.
Local Unit Testing A sample app showing how to set up unit tests with an App Engine app.
Mailgun A sample app showing how to use Mailgun and App Engine together.
Memcache A sample app showing how to use Memcache in an App Engine app.
Namespaces This sample demonstrates how to use Google App Engine's Namespace Manager API in Python.
NDB Datastore API This is a sample app for Google App Engine that exercises the NDB Python API.
Storage This sample demonstrates how to use Google Cloud Storage from Google App Engine