/go-graphql-api

A sandbox GraphQL API written in Go

Primary LanguageGo

Go GraphQL API

Description

This is a demo GraphQL API written in Go using the graphql-go/graphql package. During local development it connects to a PostgreSQL database via docker-compose.

Commands

  • make

  • make stop

    • Clean up any running docker images that were mishandled by sending SIGINT (ctrl-c) to make