README

Description

This application is a place for people to post meetups and events for paddling (Kayaking, stand up baddleboard, rafting, and canoes) in the United States. Navigate through a drop down menu to a state, then city, then event. Add new events from the menu dropdown on the events page.

Setting Up

First navigate to the back-end repository of this project: https://github.com/v1ctoriale1gh/paddlers-only-back-end

Then download or clone that repository.

Then run

bundle install

Next, run

rake db:create
rake db:migrate
rake db:seed

Next, run

rails s

Then Navigate back to this repository:

Then download or clone this repository.

Then open up index.html in your favorite browser.

Contributor's Guide

Bug reports and pull requests are welcome on GitHub.

License

The gem is available as open source under the terms of the MIT License.