Skip to content

shanbatla/bestrida

 
 

Repository files navigation

Bestrida

A Strava based challenge app - challenge your friends via Strava for the bragging rights on your favorite segments.

Table of Contents

  1. Team
  2. Usage
  3. Development
    1. Requirements
    2. Installing Dependencies
    3. Roadmap
  4. Contributing

Team

  • Product Owner: Justin Zimmerman
  • Scrum Master: Shan Batla
  • Development Team Members: David Lee, A.J. Mullins

Usage

Find your friends via Strava, then challenge them for the fastest time on a particular segement.

Development

Requirements

  • Node 4.x.x
  • Bower
  • Grunt
  • Ionic framework (install instructions below)
  • Cordova, and associated plugins (install instructions below)

Installing Dependencies

####From within the root directory (client side):

Step 1. Install Ionic framework and libraries

npm install -g ionic

Step 2. Install Cordova

cordova platform add ios

Step 3. Install client side dependencies

bower install

Step 4. Install iOS platform for Ionic

ionic platform add ios

Step 5. Install Cordova plugin for the in-app browser

cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git

Step 6. To run app in browser, use the following command

ionic serve -l

Step 7. To run app in an iOS emulator (requires Mac OSX), use the following command

ionic emulate ios

####From within the root directory (server side):

Step 1. Install server side dependencies

npm install

Step 2. Run Grunt - builds out app, runs test, and runs app on local host

grunt

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Strava challenge app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • HTML 1.5%