A Ruby on Rails applications for tracking what to read, watch, and listen to.
bundle install and yarn install
bin/rails server or bin/rails s
Run this command in the Heroku console ONCE after initial deployment. Running more than once will throw an error because it will try to create a user with an already used email address.
bin/rails db:seed
bundle exec rspec