Giter Site home page Giter Site logo

galaxode / trail-angel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hrr20-nebula/trail-angel

0.0 2.0 0.0 74.87 MB

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

JavaScript 46.83% Python 0.45% Java 0.44% Objective-C 52.02% Ruby 0.26%

trail-angel's Introduction

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

trail-angel's People

Contributors

wyattlindsey avatar galaxode avatar jotheelephant avatar prithvi-a avatar

Watchers

James Cloos 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.