Start Webapp

This commit is contained in:
2023-12-07 18:34:57 +01:00
parent 3480f2ab05
commit 5a5600c375
19 changed files with 18259 additions and 0 deletions

11
api/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "nuit-info-2023-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}