initial commit

This commit is contained in:
Nuno Coração
2023-07-25 10:37:56 +01:00
parent e4a17a52bc
commit 0116c081ef
8 changed files with 1590 additions and 0 deletions

20
app/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "multi-container-apps",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js -e js,ejs,mjs,cjs,json"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"moment": "^2.29.4",
"mongoose": "^7.1.0",
"nodemon": "^3.0.1"
}
}