Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 253 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 253 Bytes

grip

GraphQL Boilerplate with Go.

An implementation of GraphQL in Go use gqlgen

Prepartion

Make sure to set the env file (see: .env.example)

Running

To start Graphql Server, run:

make run-server