Skip to content

kibibyte/check-vehicle-kotlin-coroutines-micronaut

Repository files navigation

Check vehicle status application (Kotlin, Coroutines, Micronaut)

Modules

  • app
  • data
  • domain

Build

$ ./gradlew build

Test

$ ./gradlew test

Running locally

$ docker compose up

Example request (3rd party services are wiremocked):

curl --request POST \
  --url http://localhost:8080/check \
  --header 'Content-Type: application/json' \
  --data '{
	"vin": "existing_vin",
	"features": ["accident_free","maintenance"]
}'

image

About

Kotlin, Coroutines, Micronaut , Groovy, Spock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published