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

https://github.com/accessory/technical-case-kotlin

technical-case-kotlin
https://github.com/accessory/technical-case-kotlin

Last synced: 3 months ago
JSON representation

technical-case-kotlin

Awesome Lists containing this project

README

        

# technical-case-kotlin/
Simple Spingboot application in kotlin.

## Details
Default Database: Postgres
Default Database Name: JavaRobot
Default Username: tibber
Default Password: tibber

## Quickstart
To build the project Docker is required to execute the tests with Testcontainers

### Build
```
./gradle build
```

### Docker
```
docker-compose up --build
```