Rails Backend serving songs
as JSON
Fork & Clone locally, then from the app's root directory run:
$ bundle install
$ rake db:create
$ rake db:migrate
$ rake db:seed
Run the app with rails s
then navigate in browser to http://localhost:3000/songs