Skip to content

restatedev/scala-2-sbt-zio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala ZIO example

To run:

sbt run

To register the service:

restate dp register http://localhost:9080 

To add a person to the address book:

curl -v http://localhost:8080/AddressBook/my-address-book/add --json '{"name":"Francesco"}'

To get the address book:

curl -v http://localhost:8080/AddressBook/my-address-book/get

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages