-
- Downloads
Prototype de connexion (sans persistance)
Showing
- .env 1 addition, 0 deletions.env
- app.js 19 additions, 1 deletionapp.js
- controller/AuthController.js 22 additions, 0 deletionscontroller/AuthController.js
- keyGen.js 3 additions, 0 deletionskeyGen.js
- package-lock.json 86 additions, 16 deletionspackage-lock.json
- package.json 2 additions, 0 deletionspackage.json
- views/login.ejs 18 additions, 0 deletionsviews/login.ejs
.env
0 → 100644
controller/AuthController.js
0 → 100644
keyGen.js
0 → 100644
... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
"scripts": { | "scripts": { | ||
"start": "node index.js", | "start": "node index.js", | ||
"serv_start": "node server.js", | "serv_start": "node server.js", | ||
"secretKey": "node keyGen.js", | |||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -15,6 +16,7 @@ | ... | @@ -15,6 +16,7 @@ |
"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": { | ||
"body-parser": "^1.20.2", | |||
"ejs": "^3.1.9", | "ejs": "^3.1.9", | ||
"express": "^4.18.2", | "express": "^4.18.2", | ||
"mongodb": "^6.2.0" | "mongodb": "^6.2.0" | ||
... | ... |
views/login.ejs
0 → 100644
Please register or sign in to comment