https://github.com/martishin/deliveryservice
Service for modeling delivery service operations, built using Kotlin, Vert.x, Koin, and Protocol Buffers. Uses Hexagonal Architecture
https://github.com/martishin/deliveryservice
clean-architecture dependency-injection gradle juint koin kotlin kotlin-coroutines mockk protobuf vertx
Last synced: 2 months ago
JSON representation
Service for modeling delivery service operations, built using Kotlin, Vert.x, Koin, and Protocol Buffers. Uses Hexagonal Architecture
- Host: GitHub
- URL: https://github.com/martishin/deliveryservice
- Owner: martishin
- Created: 2023-09-19T00:57:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T14:00:38.000Z (over 2 years ago)
- Last Synced: 2025-02-12T14:54:15.167Z (about 1 year ago)
- Topics: clean-architecture, dependency-injection, gradle, juint, koin, kotlin, kotlin-coroutines, mockk, protobuf, vertx
- Language: Kotlin
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Service for modeling delivery service operations, built using:
* Kotlin + coroutines
* Vert.x - toolkit for building reactive applications
* Koin - dependency injection
* JUnit 5, mockk, assertj - testing
* Protocol Buffers - serialization protocol
* Docker - containerization
This project utilizes Hexagonal Architecture (Ports and Adapters) and has 80%+ test coverage.
To run the project:
`./gradlew run`
To build the image:
`make build`