/spotcode

Creating an app like Spotify with ReactJS and Ruby on Rails.

Primary LanguageRuby

Install gems

bundle install

Install node modules

npm install or yarn

Seed files

Download the album covers and song files (No Copyrights):
download

Extract the seed_files folder and move to tmp folder.

Creating database

rails db:create

Running the migrations

rails db:migrate

Running the seeds

rails db:seed

Starting the server

rails server or rails s