# appengine-images-guestbook-python **Repository Path**: mirrors_googlearchive/appengine-images-guestbook-python ## Basic Information - **Project Name**: appengine-images-guestbook-python - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Guestbook With Images ![status: inactive](https://img.shields.io/badge/status-inactive-red.svg) This project is no longer actively developed or maintained. For new work on this check out [images example](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/appengine/images). This is a version of the guestbook sample app for Google App Engine that exercises the [images Python API](https://cloud.google.com/appengine/docs/python/images/usingimages). See our other [Google Cloud Platform github repos](https://github.com/GoogleCloudPlatform) for sample applications and scaffolding for other python frameworks and use cases. ## Run Locally 1. Install the [Google Cloud SDK](https://cloud.google.com/sdk/), including the [gcloud tool](https://cloud.google.com/sdk/gcloud/), and [gcloud app component](https://cloud.google.com/sdk/gcloud-app). 2. Setup the gcloud tool. ``` gcloud components update app gcloud auth login gcloud config set project ``` You don't need a valid app-id to run locally, but will need a valid id to deploy below. 1. Clone this repo. ``` git clone https://github.com/GoogleCloudPlatform/appengine-images-guestbook-python.git ``` 1. Run this project locally from the command line. ``` gcloud preview app run appengine-images-guestbook-python/ ``` 1. Visit the application at [http://localhost:8080](http://localhost:8080). ## Deploying 1. Use the [Cloud Developer Console](https://console.developer.google.com) to create a project/app id. (App id and project id are identical) 2. Configure gcloud with your app id. ``` gcloud config set project ``` 1. Use the [Admin Console](https://appengine.google.com) to view data, queues, and other App Engine specific administration tasks. 1. Use gcloud to deploy your app. ``` gcloud preview app deploy appengine-images-guestbook-python/ ``` 1. Congratulations! Your application is now live at your-app-id.appspot.com ## Contributing changes * See [CONTRIBUTING.md](CONTRIBUTING.md) ## Licensing * See [LICENSE](LICENSE)