Skip to content

Sample app to use ZIO and DIstage with a playframework application

Notifications You must be signed in to change notification settings

DmytroOrlov/play-zio-distage

 
 

Repository files navigation

ZIO / DIstage with playframework

Start the app

sbt '~server/run'

Use the app

curl -XPOST http://localhost:9000/users -H 'Content-Type:application/json' -d '{"name":"test"}'
curl http://localhost:9000/users
curl -XPUT http://localhost:9000/users/da8b2cd6-a88c-4a54-81b8-eeb7ce9075c5 -H 'Content-Type:application/json' -d '{"id":"da8b2cd6-a88c-4a54-81b8-eeb7ce9075c5","name":"test2"}'

About

Sample app to use ZIO and DIstage with a playframework application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 97.9%
  • HTML 2.1%