Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 182 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 182 Bytes

Setup

  • cd dashboard-api
  • bundle install
  • rake db:create
  • rake db:migrate

Run

  • ruby app.rb
  • visit localhost:4567/generate - (to grab seed data)
  • visit localhost:4567