-
- Downloads
Base du serveur
app.js
0 → 100644
This diff is collapsed.
... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"start": "node index.js", | "start": "node index.js", | ||
"serv_start": "node server.js", | |||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -14,6 +15,6 @@ | ... | @@ -14,6 +15,6 @@ |
"author": "Mohamad ALTAWEEL, Elhadji Moussa FAYE, Ludovic Tagnon, Lucas Villaume", | "author": "Mohamad ALTAWEEL, Elhadji Moussa FAYE, Ludovic Tagnon, Lucas Villaume", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"Express": "^3.0.1" | "express": "^4.18.2" | ||
} | } | ||
} | } |
server.js
0 → 100644
Please register or sign in to comment