Added NodeJS Server files

This commit is contained in:
Luca Warmenhoven
2024-05-24 10:53:14 +02:00
parent fdfb216617
commit cb53000eb3
7 changed files with 896 additions and 30 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "muupooviixee66",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.fdmci.hva.nl/propedeuse-hbo-ict/onderwijs/2023-2024/out-a-se-ti/blok-4/muupooviixee66.git"
},
"private": true,
"dependencies": {
"express": "^4.19.2",
"mariadb": "^3.3.0"
}
}