Setup Local Environment $ git clone https://github.com/davidrf/graphql-bookclub-ruby.git $ cd graphql-bookclub-ruby $ asdf install $ bundle install $ rails db:create $ rails db:migrate $ rails db:seed Run Server $ rails server Run Tests $ bundle exec rspec