FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

jsonapi-suite/jsonapi_suite_sample_app: Sample Rails/Ember Application showcasing jsonapi_suite · GitHub

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

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL