#Mountain Goat
##Purpose:
This application will allow a user to explore mountain bike trails given their current location or specified location. The user will be able to view, mark, and save trails they have ridden or want to ride. ##Objectives:

  1. Build a SPA that utilizes Strava segment information to track and explore mountain bike trails and conditions
  2. Have a database for users to keep track of trails they have done and what they want to do
  3. Rate trails based on criteria such as distance, elevation change, and average grade

##Technologies:

  1. MongoDB && Express - user database
  2. Mocha && Chai - testing
  3. Gulp - project automation and management
  4. Passport - user authentication
  5. AngularJS - front-end & MVC
  6. Node.js - back-end management
  7. Strava API v3 - trail data

##Stretch Goal:

  1. Currently integrating Plotly.js to render trails in a 3D space