Skip to content

Aptypio13/caliban-zio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic demo project showing how to build a GraphQL API using ZIO and Caliban.

Run an application:

sbt run

To start the application, you must be installed locally Java and SBT. The application uses Postgresql database. After launch, the application will be available at localhost:8080.


Sources

https://graphql.org/

https://zio.dev/

https://ghostdogpr.github.io/caliban/


Build tools:

  • ZIO "2.1.0"
  • caliban "2.8.1"
  • slick "3.4.1"
  • postgresql "42.7.3"

About

simple example of using caliban lib with zio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages