This is a simple bowling scoring REST API
Check out Docs for more information
Install ruby version >=2.2.2 and rails version 5
Install dependencies
bundle install
Run the following script to run unit test
rspec
Run the following script to start an application
rails s