feat!: initial prototype

This commit is contained in:
2025-08-12 17:25:52 +02:00
commit d38edb74b0
213 changed files with 8977 additions and 0 deletions

3
docker/db.Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
# syntax=docker/dockerfile:1
FROM postgres:latest
COPY src/main/resources/schema.sql /docker-entrypoint-initdb.d/