An open API service indexing awesome lists of open source software.

https://github.com/hogwai/bananes-export-kata

"Bananes Export" kata made from a given set of specifications
https://github.com/hogwai/bananes-export-kata

h2-database jdk17 kotlin rest-api spring-boot

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Bananes export kata

## Functional requirements

[Requirements](https://gitlab.com/aios-sh/BananesExport/-/blob/master/Back/README.md)

## 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](http://localhost:8080/swagger-ui/index.html).

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
```