This is a simple Rails 5 api application that serves up a list of shows in JSON format at the shows
route.
- clone the repo.
- bundle
- setup and seed the db
- start the server
- get json from http://localhost:3000/shows
A really simple rails 5 api server that is mostly to demonstrate working with serializers in Ember.
Ruby
This is a simple Rails 5 api application that serves up a list of shows in JSON format at the shows
route.