This application was designed to keep track of coffee lover's favorite roasters/coffee shops, and their favorite beverages from those shops.
gem 'sinatra'
gem 'activerecord'
gem 'sinatra-activerecord'
gem 'rake'
gem 'require_all'
gem 'sqlite3'
gem 'shotgun'
gem 'pry'
gem 'bcrypt'
gem 'tux'
Where to find all of these gems?
RubyGems
- Fork and Clone this Repository
- Run
bundle install
- Write your code and submit a pull request
- Ruby
- Sinatra
- ActiveRecord