Hackernews Go Example
Setup
go get -u github.com/howtographql/graphql-go
cd ${GOPATH}/src/github.com/howtographql/graphql-go
docker-compose up -d
go run main.go
- Execute queries in GraphiQL by visiting http://localhost:8080/
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
go get -u github.com/howtographql/graphql-go
cd ${GOPATH}/src/github.com/howtographql/graphql-go
docker-compose up -d
go run main.go