chore(backend): Setup MikroORM

Simpele configuratie, geen integratie
Succesvol commando's uitvoeren werkt
This commit is contained in:
Tibo De Peuter 2025-02-19 19:59:36 +01:00
parent 6d73120975
commit 2f280d3fb2
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
8 changed files with 1341 additions and 191 deletions

View file

@ -20,13 +20,19 @@
},
"homepage": "https://sel2-1.ugent.be/",
"dependencies": {
"@mikro-orm/core": "^6.4.6",
"@mikro-orm/reflection": "^6.4.6",
"@mikro-orm/postgresql": "^6.4.6",
"dotenv": "^16.4.7",
"express": "^5.0.1"
},
"devDependencies": {
"@mikro-orm/cli": "^6.4.6",
"@types/express": "^5.0.0",
"@types/node": "^22.13.4",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"typescript": "^5.7.3"
"typescript": "^5.7.3",
"vitest": "^3.0.6"
}
}