Golfr Backend This is the code for the Golfr app server. Setup Clone the repository Install ruby 3.0.1 via rvm bundle install Copy config/_sample_database.yml to config/database.yml rails db:create db:migrate db:seed Start the server rails s Development Running tests rspec Running the linter rubocop