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
- Host: GitHub
- URL: https://github.com/hogwai/bananes-export-kata
- Owner: Hogwai
- License: mit
- Created: 2023-06-09T12:45:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T11:35:17.000Z (about 3 years ago)
- Last Synced: 2025-03-21T01:41:30.994Z (over 1 year ago)
- Topics: h2-database, jdk17, kotlin, rest-api, spring-boot
- Language: Kotlin
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```