Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 306 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 306 Bytes

Fun with Drapper.

Simple app to implement drapper. It's just shows list of collection music.

Depedencies

  • Draper
  • Faker

How to install

  • Migrate database (using Sqlite) with rails db:migrate
  • Seeds data (see db/seeds.rb) with rails db:seed
  • Then run the server with rails s