Skip to content

moduloprime/experience-sampling

 
 

Repository files navigation

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 installed and in your path

  • Install the App Engine GCS Client Libary 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • Python 3.0%
  • CSS 1.8%