/catskill3500tracker

This is a Sinatra CRUD app for tracking progress of hikes to the NY Catskills' 35 peaks over 3500'.

Primary LanguageRubyMIT LicenseMIT

Catskill 3500 Tracker

This is a Sinatra CRUD app for tracking progress of hikes to the NY Catskills' 35 peaks over 3500'.

Installation

Clone this repository and then execute:

$ bundle

Then run:

$ rake db:migrate

Then run:

$ shotgun 

Then open page in browser according to web address displayed in terminal (ex. http://127.0.0.1:9393/)

Usage

After you sign up, you can add, edit, delete, and view all of your peaks.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/aellonk/catskill3500tracker.

License

This app is available as open source under the terms of the MIT License.