Skip to content

rails-api/jsonapi_suite_sample_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonapi_suite sample app

This is a sample application for jsonapi_suite. You can use this reference implementation to help track down errors if you end up having trouble.

Be sure to check out spec/api as well!

Running

To run the rails backend:

  • bundle install
  • bin/rake db:migrate
  • bin/rake db:seed

This also comes with an optional ember frontend:

  • cd ./frontend
  • npm install && bower install
  • ember s --proxy http://127.0.0.1:3000

About

Sample Rails/Ember Application showcasing jsonapi_suite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 77.5%
  • JavaScript 12.9%
  • HTML 8.5%
  • CSS 1.1%