This Book Club project was created by Christopher Lewis and Jennica Stiehl. It contains a database of books, authors, and user reviews. You can add or delete books and reviews and visit various show pages for books, authors, and users.
-
Ruby version 2.4.1
-
Rails version 5.1.6.1
-
Ruby Gems: byebug, rspec-rails, capybara, launchy, pry, shoulda-matchers, simplecov
-
Configuration: rails new “app_name” -T -d=postgresql --skip-spring --skip-turbolinks, rake db:{drop,create,migrate,seed}
-
Test Suite: rspec