Skip to content

Geocaching Application - Rails API, React and Redux

Notifications You must be signed in to change notification settings

dkennell/geohunter_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geohunter

Description

This app lets Geocachers share a record of the caches they've left in the physical world so that others can have have fun finding them! Woohoo!

Installation

  • Clone the repo, and open two tabs in your terminal
  • In the first one, run:
    • bundle install
    • rake db:migrate
    • rake db:seed
    • rails s -p 3001
  • In the other, run:
    • cd client
    • npm start
  • You're all set! Point your browser at localhost:3000 to play with Geohunter!

Things to do in Geohunter

  • Sign up as a new user
  • Create a cache
  • Log in and out and in again! Whee!
  • Take a look at the users and caches that are already on the site.
  • Go to the coordinates! There are totally real caches there!
  • Don't actually do that! Yay!

Contributing to Geohunter

See something on Comedy Connection you think could be improved? Feel free to fork the app and send us a pull request. The repo is up at: https://github.com/dkennell/geohunter_2. Thanks for your help!

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

Thanks for using Geohunter!

About

Geocaching Application - Rails API, React and Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published