Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.37 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.37 KB

EVE GraphQL Go

build Quality Gate Status Go Report Card Go Reference License: MIT

How to Run

  1. Download the Code to your machine go get github.com/cryanbrow/eve-graphql-go
  2. Execute the binary eve-graphql-go

Available Endpoints

Once the application is running there will be 3 available endpoints.

  1. http://localhost:8080/Graphql - The Graphiql UI for querying
  2. http://localhost:8080/query - The endpoint to POST your GraphQL queries against.
  3. http://localhost:8080/voyager - The Voyager UI for a graphical representation of the schema