Rubytify

Instructions

This is a skill tests for ayenda.com developed by Harold Mideros

  • To run the project you must be run the follow commands

  • $ rails db:drop db:create db:migrate

  • $ rails server

  • To populate database with information from spotify, you need api credentials from https://developer.spotify.com/dashboard.

  • $ rails credentials:edit

and put your api spotify credentias as bellow

spotify:
  client_id: <your_client_id>
  client_secret: <your_client_secret>

finally you can execute the rake task

  • $ rails fetch:spotify