Skip to content

tpolecat/doobie-http4s-sangria-graphql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doobie-http4s-sangria-grapgql-example

Example app that uses doobie, http4s, and Sangria to serve GraphQL.

This was bootstrapped from an example by @OlegIlyenko. Thanks!

Quick Start

Start up the demo database with

docker-compose up -d

Then do

sbt core/run

or if you have bloop set up you can do

bloop run core

The go to http://localhost:8080 and play around.

When you're done, ^C to kill the Scala server and

docker-compose down

to shut down the database.

About

Example app that uses doobie, http4s, and Sangria to serve GraphQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published