Initial Commit

This commit is contained in:
Philipp Klueter
2021-07-04 22:01:29 +02:00
parent 8464c4c560
commit baffbb7a6c
4 changed files with 408 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "docker-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}