Skip to content

saputradharma/go-graphql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages