mirror of
https://github.com/DerTyp7/time-tracking.git
synced 2025-10-29 20:42:10 +01:00
INIT
This commit is contained in:
1
backend/app.js
Normal file
1
backend/app.js
Normal file
@@ -0,0 +1 @@
|
||||
// ExpressJS server
|
||||
1018
backend/package-lock.json
generated
Normal file
1018
backend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
14
backend/package.json
Normal file
14
backend/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user