databank verbinding in app.ts uitgezet, dummy json bodies toegevoegd in verschillende routes

This commit is contained in:
Adriaan Jacquet 2025-02-25 12:27:57 +01:00
parent deb5d772cb
commit 16b8ab368b
9 changed files with 74 additions and 20 deletions

View file

@ -14,9 +14,10 @@
"test:unit": "vitest --run"
},
"dependencies": {
"@mikro-orm/core": "^6.4.6",
"@mikro-orm/postgresql": "^6.4.6",
"@mikro-orm/reflection": "^6.4.6",
"@mikro-orm/core": "6.4.6",
"@mikro-orm/postgresql": "6.4.6",
"@mikro-orm/sqlite": "6.4.6",
"@mikro-orm/reflection": "6.4.6",
"dotenv": "^16.4.7",
"express": "^5.0.1"
},