Skip to content

An opinionated GraphQL server made with Go

License

Notifications You must be signed in to change notification settings

a-vandov/go-gql-server

 
 

Repository files navigation

Go-GQL-Server

Opinionated GraphQL server using:

  • Gin-gonic web framework
    • go get -u github.com/gin-gonic/gin
  • Goth for OAuth2 connections
    • go get github.com/markbates/goth
  • GORM as DB ORM
    • go get -u github.com/jinzhu/gorm
    • Gomigrate
      • go get gopkg.in/gormigrate.v1
  • GQLGen for building GraphQL servers without any fuss
    • go run github.com/99designs/gqlgen init

Deployment

Use docker, swarm or kubernetes, GCP, AWS, DO, you name it.

About

An opinionated GraphQL server made with Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.6%
  • Shell 9.4%