added login , update scan, added user

This commit is contained in:
kicap1992
2024-03-25 08:07:11 +00:00
parent fc5cd332b9
commit b0624aa772
9 changed files with 701 additions and 12 deletions

View File

@ -17,7 +17,10 @@
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"express-form-data": "^2.0.23",
"md5": "^2.3.0",
"mysql": "^2.18.1",
"nodemon": "^3.1.0"
"nodemon": "^3.1.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5"
}
}