Added repositories, made database unit-testable.

This commit is contained in:
Gerald Schmittinger 2025-02-24 01:13:20 +01:00
parent d9303dd6e8
commit fe1e0a7b64
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:"