systeme de point

This commit is contained in:
clement callaert 2023-11-08 14:33:07 +01:00
parent 5fa66b7d1b
commit af73d34e61
11 changed files with 3222 additions and 46 deletions

1628
node_modules/.package-lock.json generated vendored

File diff suppressed because it is too large Load diff

1631
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,8 @@
"doc": "doc"
},
"scripts": {
"start": "nodemon main.js"
"start": "pm2 start main.js",
"stop": "pm2 stop main.js"
},
"author": "",
"license": "ISC",
@ -20,7 +21,8 @@
"express-session": "^1.17.3",
"mongodb": "^4.17.1",
"mongoose": "^6.12.2",
"multer": "^1.4.5-lts.1"
"multer": "^1.4.5-lts.1",
"pm2": "^5.3.0"
},
"devDependencies": {
"nodemon": "^3.0.1"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= Title %></title>
<link rel="icon" type="image/x-icon" href="favicon_ico/favicon.ico">
<link rel="icon" type="image/x-icon" href="favicon_io/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/base.css">
<script src="js/Titre_Accueil.js" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com">