Tired of tracking your fitness data on lots of separate services? Use FitStats to collect all your fitness measures from apps you already use, so you can track your progress and gain new insights in one convenient dashboard.
To use FitStats, just head over to fitstats.co, sign up for a free account, and get started!
- Yeoman
- Grunt Command Line Tools
- MongoDB
See CHANGELOG.md for the latest software releases and changes.
FitStats is built using the AngularJS Full-Stack Generator v2.0.4
These are the generator parameters selected for FitStats: ####Client
- vanilla JS
- HTML markup
- CSS stylesheets
- angular ui-router
####Server
- MongoDB database (w/mongoose DRM)
- Authentication Boilerplate: Yes
- oAuth integrations: Facebook
- Socket.io integration: No
From within the root directory:
sudo npm install -g bower
npm install
bower install
#google-chart dependency will ask for Angular 1.3.x.
#Ignore it and use Angular 1.2.x instead.
Keeping your app secrets and other sensitive information in source control isn't a good idea. To have grunt launch your app with specific environment variables, add them to the git ignored environment config file: server/config/local.env.js
.
To run your local version of the app, do the following:
mongod #Mongo must be running
grunt serve
grunt serve
will monitor your files for changes, but will not inject any new
dependencies (css files, js files, etc) into index.html for you. In order for them
to be added, you'll have to quit the process (Ctrl+C) and run grunt serve
again.
See the projects backlog in Asana here
See CONTRIBUTING.md for contribution guidelines.
See DEPLOYMENT.md for instructions on how to setup your project for deployment on Microsoft Azure.
##Author Xianhui Feng xianhuifeng/fitstats
- Created MongoDB schema for data receiving and updating using mongoose ODM
- Implemented full stack web application allowing users add MyFitnessPal API data asynchronously with Angular.js and express.js