Skip to content

andrewmartin/releasewave-rails

Repository files navigation

Release Wave Rails Backend

A backend service for Release Wave, a curated music site.

Quickstart:

  • Copy ./config/application.yml.example to ./config/application.yml and place in the proper variables.
  • bundle exec rails db:migrate
  • bundle exec rails db:seed
  • rake db:seedOption
  • bundle exec rails s
  • bundle exec rails s