inicializacion del proyecto

This commit is contained in:
2026-01-02 17:47:25 -05:00
parent 65222a47f1
commit c1a06a5059
51 changed files with 4674 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "app_fidelizacion",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/app.js",
"start": "node src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"express-myconnection": "^1.0.4",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.19"
}
}