sujii / go-graphql-jwt-api

Go with Graphql - Sample API. This is Forked from https://github.com/WebEngrChild/next-graphql-front.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

$ make init
$ make migrate
$ make start

Build for ECR

# project root
$ docker build --no-cache --target runner -t api-dev-repo --platform linux/amd64 -f ./build/docker/go/Dockerfile .

Library & Tool

Dockle

$ brew install goodwithtech/r/dockle
$ dockle api-dev-repo

trivy

$ brew install aquasecurity/trivy/trivy
$ trivy image --severity CRITICAL --ignore-unfixed api-dev-repo

hadolint

$ brew install hadolint
$ hadolint --ignore DL3018 build/docker/go/Dockerfile

About

Go with Graphql - Sample API. This is Forked from https://github.com/WebEngrChild/next-graphql-front.


Languages

Language:Go 84.5%Language:JavaScript 7.8%Language:Makefile 3.9%Language:Dockerfile 3.7%