This commit is contained in:
Janis
2022-04-30 17:57:18 +02:00
parent 7fba408bdb
commit e950091f2d
25 changed files with 1160 additions and 94 deletions

1
backend/app.js Normal file
View File

@@ -0,0 +1 @@
// ExpressJS server

1018
backend/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

14
backend/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "rme-time-tracking-backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.1"
}
}