Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 114 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 114 Bytes

Setup

Ruby 2.4.0

bundle install
rake db:create && rake db:migrate && rake db:seed
rspec
rails server