Skip to content

Break new trails and share with your friends. The holy grail of trail apps. (React Native mobile app)

Notifications You must be signed in to change notification settings

galaxode/trail-angel

 
 

Repository files navigation

Trail Angel

Break new trails and share with your friends. The holy grail of trail apps.

landscape_screenshot

screenshot1 screenshot2 screenshot3

Table of Contents

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

Usage

Running the application in your iOS simulator requires the dependencies listed below. After launching the application, explore the Home and Search views to discover trails in your area and around the world. Use the star icon to add any trail to your Favorites collection. Press the yellow map icon where available to launch an interactive path creation utility, complete with distance, elevation gain and hike time estimates.

Requirements

  • Node 6.x
  • XCode 7.0 or greater
  • Ruby 2.0.0
  • CocoaPods 1.x
  • MySQL
  • Redis

Go through React-Native Getting Started Instructions here

Development

Setting up the back end locally

Setting up MySQL database server:

mysql.server start
mysql -u root -p

When prompted for a password, press enter. In the MySQL command line, enter the command create database trailangel;.

To set up the Redis datastore, download the stable version and follow instructions under installation here.

Building the project for the iOS simulator

From within the root directory:

npm install

From within the client directory:

sudo gem install cocoapods
react-native link
react-native unlink react-native-maps
cd ios
pod install
cd ..

To run both the server and iOS simulator:

npm start

To run backend and frontend tests

npm test

Contributing

See CONTRIBUTING.md for contribution guidelines.

Team

Development Team Members: Prithvi Anantharaj, Johanna Tchon, Wyatt Lindsey, Andrew Cookro

About

Break new trails and share with your friends. The holy grail of trail apps. (React Native mobile app)

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 52.1%
  • JavaScript 46.8%
  • Other 1.1%