Skip to content

ironhee/graphql-server-example

Repository files navigation

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
  1. Run RethinkDB
rethinkdb
  1. Run GraphQL server
npm run server
  1. Show in browser
open http://localhost:5000/graphql
  1. If you need more information, See Development

Stack

About

example implemantation of graphql server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages