/go-graphql-demo

GraphQL server with GO

Primary LanguageGo

go-graphql-example

Read more at:

  1. Deep Dive Into GraphQL With Golang

Getting Started

  1. Clone the repo git clone https://github.com/ridhamtarpara/go-graphql-demo.git
  2. Run dep ensure or (Install dep)
  3. Update your postgres credential in api/dal/db.go.
  4. Run go run server/server.go
  5. Open http://localhost:8080/ for GraphQL Playground

Pending tasks

  1. toml or env config
  2. update gqlgen version
  3. Doc update