This is a Sinatra CRUD app for tracking progress of hikes to the NY Catskills' 35 peaks over 3500'.
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/)
After you sign up, you can add, edit, delete, and view all of your peaks.
Bug reports and pull requests are welcome on GitHub at https://github.com/aellonk/catskill3500tracker.
This app is available as open source under the terms of the MIT License.