https://github.com/patrick91/goalsdashboard
https://github.com/patrick91/goalsdashboard
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrick91/goalsdashboard
- Owner: patrick91
- Created: 2016-01-02T12:19:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T20:03:41.000Z (about 10 years ago)
- Last Synced: 2025-01-22T02:47:43.536Z (over 1 year ago)
- Language: Go
- Size: 468 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Goals Application
This is a simple web application that shows my daily/weekly progresses with
my fitness goals.
It is composed by a GO backend, hosted on Google App Engine and a FrontEnd
that will be made with React.
Right now we have one single endpoint `/api/goals` that right now returns
only my daily steps progresses. It is using the FitBit API to get my daily
steps and goal.
# Deploy
appcfg.py -A patgoals-1169 update . --noauth_local_webserver
# Configuration
Insert the API keys into `/admin/settings` then authenticate with FitBit here: `/fitbit/auth`.