Giter VIP home page Giter VIP logo

fitstats's Introduction

FitStats

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.

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Contributing
  5. License

Usage

To use FitStats, just head over to fitstats.co, sign up for a free account, and get started!

Requirements

  • Yeoman
  • Grunt Command Line Tools
  • MongoDB

Development

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

Installing Dependencies

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.

Environment Variables

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.

Tasks

See the projects backlog in Asana here

Contributing

See CONTRIBUTING.md for contribution guidelines.

Deployment (Microsoft Azure)

See DEPLOYMENT.md for instructions on how to setup your project for deployment on Microsoft Azure.

fitstats's People

Contributors

andrewzey avatar celineotter avatar xianhuifeng avatar bttmly avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.