This app uses Rails 5 and Ruby version 2.3.4
You'll need to do a few things to get this up-and-running.
- Install all the necessary gems with
bundle install
- Create new databases
rake db:create
- Run migration
rake db:migrate
- Create seed data from CSV file
rake data:import_billboard_from_csv
- Start your web server with
rails s
- Go to http://localhost:3000