Skip to content

ga-wdi-exercises/wdi_radio_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WDI Radio API

Rails Backend serving songs as JSON

Set Up

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