An open API service indexing awesome lists of open source software.

https://github.com/j0a0m4/ports-and-adapters

Kotlin example implementation of ports and adapters (hexagonal) architecture
https://github.com/j0a0m4/ports-and-adapters

behavior-driven-development hexagonal-architecture kotest kotlin mockk ports-and-adapters-pattern rest restful-api spring-boot web webflux

Last synced: about 2 months ago
JSON representation

Kotlin example implementation of ports and adapters (hexagonal) architecture

Awesome Lists containing this project

README

          

# ports-and-adapters
Kotlin example implementation of ports and adapters (hexagonal) architecture

This project is a idiomatic Kotlin take on ports and adapters architecture.
The intent is to show how Kotlin features enables us to build fluent DSLs that express the team's ubiquitous language.