/slaplike

Slaplike is a little web app that helps you discover music that you will like!

Primary LanguageRuby

Slaplike

Slaplike is a small rails application that allows you to find music that is similar to artists you already like! Click here to see a live version of Slaplike.

Installing

To get started with Slaplike follow these instructions:

$ git clone https://github.com/sandals/slaplike.git && cd slaplike
$ bundle install
$ bin/rake db:create && bin/rake db:migrate
$ bin/rails s

Now navigate to http://localhost:3000 and start using Slaplike!