Skip to content

ilinandrii/zio-akka-http-tapir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zio-akka-http-tapir

Sample project that contains examples for:

Usage:

Run Main. Server will start at localhost:8080.

// POST localhost:8080/user
{
  "name": "Jon Doe",
  "role": {
    "type": "Administrator",
    "securityCode": 256
  }
}

Dummy endpoint will return passed object.

Go to localhost:8080/swagger to take a look at the documentation generated with Tapir

About

Sample server app build with ZIO, Tapir and Akka Http

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages