Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.
/ kroom-graphql-api Public archive

Sangria GraphQL-API with Subscription (Apollo ws protocol)

License

Notifications You must be signed in to change notification settings

cepalle/kroom-graphql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kroom Api

GraphQL server written with akka-http, circe and sangria.

After starting the server with

sbt run

you can run queries interactively using graphql-playground by opening http://localhost:8080 in a browser or query the /graphql endpoint directly. The HTTP endpoint follows GraphQL best practices for handling the HTTP requests.

Dependencies

  • Java 8+
  • Sbt
brew install sbt

mailhog

  • Docker
docker run -p 8025:8025 -p 1025:1025 mailhog/mailhog

test

  • Vegeta
brew update && brew install vegeta

Note

Subscription: Need parameter Query

About

Sangria GraphQL-API with Subscription (Apollo ws protocol)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published