Introduction

What is it

Example Implementation of GraphQL + Relay Server and Client.

Using

  1. Setup

    git clone [email protected]:ironhee/graphql-server-example.git
    cd graphql-server-example
    npm install
    brew install rethinkdb  # or another package manager
    
  2. Run RethinkDB

    rethinkdb
    
  3. Run GraphQL server

    npm run server
    
  4. Show in browser

    open http://localhost:5000/graphql
    
  5. If you need more information, See Development

Stack