Skip to content

joeyknp/graphiti_api_example

Repository files navigation

README

Install

bundle
rake db:create
rake db:migrate
rake db:seed
rails s

Test Graphtit

curl -X GET http://localhost:3000/api/v1/posts -H "Accept: application/json"
curl -X GET "http://localhost:3000/api/v1/posts?sort=title" -H "Accept: application/json"

To go to vandal UI

http://localhost:3005/api/v1/vandal/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors