Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 376 Bytes

Go Playground API

Backend part of Go Playground Web

Basically just another Go playground that I build for learning purpose.

How to run

Create new file .env by copying from .env.example. Set required variables in there.

go get ./...

set -a && . ./.env

make serve

GraphQL

GQL endpoint is at /graphql