###An interface to search song database by any combination of song title, album title or artist name.
Built in Ruby on Rails that allows to avoid N + 1 Queries with style :)
To run the project you need to have rails 4 installed.
cd songs-search
rake db:setup
rails s
available at http://localhost:3000/