add backend(model)

This commit is contained in:
lzx
2026-01-07 16:38:33 +08:00
parent 40991e6c86
commit 5d95cf264d
3 changed files with 1642 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "backend_model",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.1",
"express": "^5.2.1",
"multer": "^2.0.2"
}
}