An app that helps a user create and share ideas for road trips across the US
Installation Guide:
Github Repo: https://github.com/cdhenry/rails-road-trip
rails-road-trip makes use of bundler for Ruby gem handling.
In your console, after cloning repo, type 'bundle install'. When your gems have been installed/updated, you should migrate the database with 'rake db:migrate' and seed the database with 'rake db:seed'.
At present user authentication is possible through Github.
Contributor's Guide:
All PRs will be considered, please reach out to cdhenry@gmail.com if you have requests or would like to contribute.
License: (See LICENSE)
MIT License
Copyright (c) 2018 Chris Henry