Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 841 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 841 Bytes

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