Skip to content

Files

Latest commit

cba6559 · Nov 5, 2017

History

History
22 lines (19 loc) · 396 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 396 Bytes

Bowling API

This is a simple bowling scoring REST API
Check out Docs for more information

Setup

Install ruby version >=2.2.2 and rails version 5
Install dependencies

bundle install

Test

Run the following script to run unit test

rspec

Development

Run the following script to start an application

rails s