Implement /search endpoint with basic info

This commit is contained in:
2026-02-28 00:42:48 +05:00
parent ddf975b3e6
commit 377ea90bfe
5 changed files with 191 additions and 33 deletions

3
startup.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
./mvnw jar:jar install:install && ./mvnw clean package && docker compose -f src/main/docker-compose/jvm.yml up -d --build