feat: 添加 nodejs 实验 7 的第二部分以及课堂练习 3

This commit is contained in:
2025-12-18 20:27:01 +08:00
parent ef11f2aa3a
commit 778956cec3
4 changed files with 119 additions and 0 deletions

20
Server/3/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.14.0",
"dependencies": {
"body-parser": "^2.2.1",
"cors": "^2.8.5",
"express": "^5.2.1",
"express-session": "^1.18.2",
"mysql2": "^3.16.0"
}
}