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
- Host: GitHub
- URL: https://github.com/j0a0m4/ports-and-adapters
- Owner: j0a0m4
- Created: 2023-06-18T17:48:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T19:36:32.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T03:45:32.076Z (about 1 year ago)
- Topics: behavior-driven-development, hexagonal-architecture, kotest, kotlin, mockk, ports-and-adapters-pattern, rest, restful-api, spring-boot, web, webflux
- Language: Kotlin
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.