We are looking for contributors! Please check the ROADMAP to see how you can help ❤️
GraphQuery is a query language and execution engine tied to any backend service.GraphQuery-PlayGround is a web application for practicing, learning and testing GraphQuery.
GraphQuery-PlayGround is programming language independent, we provide a binary distribution package to facilitate any platform, any language developers to use
Go to the Release page, download and unzip the corresponding binary package according to your system type, run the server, and access 127.0.0.1:8558
in the browser.
If you don't want to use the Release version and want to modify the source code, you can read the following steps to compile.
go get -u github.com/storyicon/graphquery-playground
Find the downloaded storyicon/graphquery-playground
in GOPATH,
go build server.go
Execute the obtained binary package server
, access 127.0.0.1:8558
in the browser.