Added database connection, added test and start with Testcontainers.

This commit is contained in:
maciejrusek
2026-04-21 21:48:49 +02:00
parent cb7ec452eb
commit c1af31f41d
7 changed files with 135 additions and 3 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
POSTGRES_PASSWORD=""
POSTGRES_USER=""
POSTGRES_DB=""