/how-many-pullups

A small AppEngine webapp to track my pullup challenge progress publicly.

Primary LanguageGo

Build Status

PullApp

PullApp is for counting sets and reps. 💪 It runs on AppEngine. Here:

http://pull-app.appspot.com

Project setup

check out this project in

$GOPATH/src/github.com/andrascsibi

make a symlink to the pre-commit hook

ln -s ../../pre-commit.sh .git/hooks/pre-commit

get the AppEngine SDK for Go from here

run it locally

cd $GOPATH/src/github.com/andrascsibi/how-many-pullups
goapp serve