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