Skip to content

jsonapi-suite/jsonapi_twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jsonapi Twitter

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.

Running

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

About

Twitter Sample app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published