Home

Awesome

golang-graphql-playground

An example Golang GraphQL server written with graphql-go and graphql-relay-go

Try the live demo: http://bit.ly/try-graphql-go

Features

To run locally

# `cd` to project directory
$ cd <project_dir>

# get all dependencies
$ go get ./...

# launch server
$ go run main.go

# Go to http://localhost:8080 on your browser