Skip to content

manakuro/golang-graphql-authentication

Repository files navigation

golang-graphql-authentication

Authentication in Go with GraphQL

Usage

Run Docker

$ docker-compose up

Initialize the database

$ ./bin/init_db.sh

Run the server

$ ./bin/start.sh