All Projects → sangria-graphql → sangria-playground

sangria-graphql / sangria-playground

Licence: other
An example of GraphQL server written with Play and sangria

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
scala
5932 projects
livescript
113 projects
Makefile
30231 projects

Sangria Playground

Deploy

This is an example of a GraphQL server written with Play framework and Sangria.

If you'd like to explore a GraphQL server built with Sangria you may do so here: Sangria Playground. On the right hand side you can see a textual representation of the GraphQL schema which is implemented on the server and that you can query here. On the left hand side you can execute a GraphQL queries and see the results of its execution.

This is just a small demonstration. It really gets interesting when you start to play with the schema on the server side. Fortunately it's pretty easy to do. Since it's a simple Play application, all it takes to start playground locally and start playing with the schema is this:

$ git clone https://github.com/sangria-graphql/sangria-playground.git
$ cd sangria-playground
$ sbt run

Now you are ready to point your browser to http://localhost:9000. The only prerequisites are SBT and Java 8.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].