Added repositories, made database unit-testable.

This commit is contained in:
Gerald Schmittinger 2025-02-24 01:13:20 +01:00
parent 1a410d8377
commit 0679c16b7d
15 changed files with 1672 additions and 45 deletions

3
backend/.env.test Normal file
View file

@ -0,0 +1,3 @@
PORT=3000
DWENGO_DB_UPDATE=true
DWENGO_DB_NAME=":memory:"