Example project for a Vertx in Kotlin talk
This application was generated using http://start.vertx.io
Check out the slides and video for the talk associated with this repo.
Coming soon...
This project uses test containers with a postgres 15 container running in a local Docker container runtime.
Make sure you have a local Docker runtime before starting the tests.
It will download the postgres 15 container automatically when the tests are started for the first time.
To build the application and launch the tests:
./gradlew clean test