This is a sample application showing off jsonapi-suite usage. It is based on this proposed standard for examples.
Tweets, users, and messages all have index/show endpoints and hypermedia
links
to each other. In addition, tweets have full CRUD.
Please note the request specs and automatic swagger documentation.
Clone this repository and:
bundle install
bundle exec rake db:migrate && bundle exec rake db:seed
bundle exec rails s
- Visit
http://localhost:3000/users