uow and di basic implementation

This commit is contained in:
2024-03-06 02:28:59 +03:00
parent 402daf63d1
commit 8d93c964e1
21 changed files with 217 additions and 100 deletions

View File

@@ -1,6 +1,6 @@
db:
host: "db"
port: "5432"
host: "localhost"
port: 5432
database: "serviceman_db"
user: "demo_user"
password: "user_pass"