go-gql-server

module
v0.0.0-...-2e80e89 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2023 License: MIT

README

Go-GQL-Server

Go Report Card

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

Development with docker

Just run it with docker-compose:

$ docker-compose run dev

And you'll have your server running with realize for your development joy.

Deployment

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

Running prod.dockerfile will build a multistaged build that will give you a slim image containing just the gql-server executable.

With docker-compose

$ docker-compose build prod

or

$ docker-compose run prod

Build from the prod.dockerfile

docker build -f docker/prod.dockerfile -t go-gql-server.prod ./

Directories

Path Synopsis
cmd
internal
gql
orm
Package orm provides `GORM` helpers for the creation, migration and access on the project's database
Package orm provides `GORM` helpers for the creation, migration and access on the project's database
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL