chischaschos / contributron-golang-api

Hopefully one day will become an open source contribution dashboard API for a group of people based on https://www.githubarchive.org/
0 stars 2 forks source link

contributron-golang-api

Hopefully one day will become an open source contribution dashboard API for a group of people based on https://www.githubarchive.org/

Development

Run with:

export GOROOT=~/YOURPATHTO/go_appengine/goroot
➜  gcloud preview app run . --appidentity-email-address <your_app_email_address>@developer.gserviceaccount.com --appidentity-private-key-path pem_file.pem

Tests

export GOROOT=~/YOURPATHTO/go_appengine/goroot
goapp test

References

Examples