Skip to content

HodaAlemi/Akka2Zio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

An example of migration of classic Akka to Zio. Main branch has classic Akka implementation and ZIO branch has ZIO implementation of the same application.

Running the application

The build tool is sbt and server will be available at http://localhost:9001/

POST request json payload example

{
    "item":"milk",
    "price" : 1.5
}

GET response example

{
    "orders": [
        {
            "item": "milk",
            "price": 1.5
        },
        {
            "item": "chips",
            "price": 2.0
        }
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages