carlows / localbitcoins-graphql

A demo sample application to try our GraphQL Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An awesome readme

This is a sample app to test our stack for GraphQL.

After cloning the project run:

bundle install
rails server

You can use GraphiQL navigating to localhost:3000/graphiql, however you need to provide a JWT token to use it.

Use postman to create a user with this endpoint POST http://localhost:3000/signup, then add an environment variable to the .env file like this:

GRAPHIQL_TOKEN=YOUR_JWT

About

A demo sample application to try our GraphQL Stack


Languages

Language:Ruby 99.4%Language:HTML 0.6%