https://github.com/accessory/technical-case-kotlin
technical-case-kotlin
https://github.com/accessory/technical-case-kotlin
Last synced: about 5 hours ago
JSON representation
technical-case-kotlin
- Host: GitHub
- URL: https://github.com/accessory/technical-case-kotlin
- Owner: Accessory
- License: apache-2.0
- Created: 2023-11-13T15:37:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T08:52:17.000Z (10 months ago)
- Last Synced: 2025-11-10T21:33:34.265Z (7 months ago)
- Language: Kotlin
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```