Workout Log built with golang and google appengine
https://cloud.google.com/appengine/docs/go/download
go get golang.org/x/net/context go get google.golang.org/appengine go get google.golang.org/appengine/datastore go get google.golang.org/appengine/user go get google.golang.org/appengine/log go get google.golang.org/appengine/search
and then view at: http://localhost:8080/
goapp serve .
- Build workout struct for datastore
- Add task to index workouts for searching
- Add mailgun API for outgoing/incoming email to queue up workouts and notifications
- Import datastore into big query for analysis
- add cloud endpoints for mobile app development
- Add firebase.io for push and realtime features