/bananes-export-kata

"Bananes Export" kata made from a given set of specifications

Primary LanguageKotlinMIT LicenseMIT

Bananes export kata

Functional requirements

Requirements

Tech stack

  • Kotlin
  • Spring Boot 3
  • H2

Installation

Technical requirements

  • JDK 17 and above

Steps

Clone the repository on your local machine.

Go to the project folder and launch the app:

./gradlew bootRun

The documentation should be accessible here.

If several JDKs are installed, it is possible to temporarily define the JAVA_HOME variable:

export JAVA_HOME=/c/Program\ Files/Java/jdk-17.0.7