Backend part of Go Playground Web
Basically just another Go playground that I build for learning purpose.
Create new file .env
by copying from .env.example
. Set required variables in there.
go get ./...
set -a && . ./.env
make serve
GQL endpoint is at /graphql