Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T14:00:38.000Z (about 1 year ago)
- Last Synced: 2024-11-01T02:23:35.910Z (2 months 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 - containerizationThis project utilizes Hexagonal Architecture (Ports and Adapters) and has 80%+ test coverage.
To run the project:
`./gradlew run`To build the image:
`make build`