graphql-schema-registry

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2020 License: MIT Imports: 9 Imported by: 0

README

graphql-schema-registry

Go Reference

Getting started

Create a .env file for your configuration

SERVICEBUS_CONNECTION_STRING=
SERVICEBUS_TOPIC_NAME=

Run the service through the command line

$ go run server.go
Test

The test-all target run lint using (golangci-lint)[https://golangci-lint.run] and unit tests:

$ make test-all
Docker
$ export DOCKER_BUILDKIT=1
$ docker build -t graphql-schema-registry .
$ docker run -ti -p 8080:8080 graphql-schema-registry

Development

Use air command line for live reloading for development

$ air

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL