Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 421 Bytes

Readme.md

File metadata and controls

10 lines (9 loc) · 421 Bytes

Go Graphql Example

GraphQL Example Implementation in Go

Prerequisites

Getting Started

  • Run database migration: goose -dir ./internal/pkg/db/migrations/mysql mysql "username:password@tcp(localhost:3306)/gql_example?parseTime=true" up
  • Download dependencies: go mod vendor
  • Run the service: go run serve.go