Read more at:
- Clone the repo
git clone https://github.com/ridhamtarpara/go-graphql-demo.git
- Run
dep ensure
or (Install dep) - Update your postgres credential in
api/dal/db.go
. - Run
go run server/server.go
- Open
http://localhost:8080/
for GraphQL Playground
- toml or env config
- update gqlgen version
- Doc update