Jarno Kiesiläinen b04366163f
All checks were successful
Backend CI / Run Maven Tests (pull_request) Successful in 1m21s
Fix flyway migration and use h2 in unit tests.
2025-08-07 19:04:21 +03:00
2025-08-02 16:37:14 +03:00
2025-08-02 10:49:24 +03:00

Vibing application

Data model

classDiagram
    class Activity {
        +String name
        +Location location
        +Int priceRange
        +List~String~ tags
    }
Description
No description provided
Readme 132 KiB
Languages
JavaScript 40.3%
CSS 32.2%
Java 25.2%
Shell 1.7%
HTML 0.6%