# experience-sampling **Repository Path**: mirrors_googlearchive/experience-sampling ## Basic Information - **Project Name**: experience-sampling - **Description**: The Chrome Experience User Survey (CUES) extension. - **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 Google Chrome Experience Sampling Platform ========================================== This repository houses the AppEngine backend and the Chrome extension for the Chrome Experience Sampling Platform. Backend: Setup and deployment ----------------------------- - Make sure you have the [Google App Engine Python SDK](https://developers.google.com/appengine/downloads) installed and in your path - Install the [App Engine GCS Client Libary](https://developers.google.com/appengine/docs/python/googlecloudstorageclient/download) into the backend If you use pip: `pip install -t backend/lib GoogleAppEngineCloudStorageClient` You should end up with a folder named "cloudstorage" under backend/. - To run the development server: `dev_appserver.py backend/` - To deploy the backend to App Engine: `appcfg.py update backend/app.yaml`