• Stars
    star
    174
  • Rank 219,104 (Top 5 %)
  • Language
    Go
  • Created about 6 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GraphQL server with GO

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