Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 219 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 219 Bytes

TestApp

Requirements

  • Ruby 2.6.1

Installation and usage

  • Install gems and setup db: bundle install && rake db:create && rake db:migrate && rake db:seed
  • To start application just run: rails s