This commit is contained in:
Mann Patel
2025-02-19 12:33:38 -07:00
parent 113717fdca
commit f7a9c33df3
18 changed files with 4874 additions and 3 deletions

20
backend/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mysql2": "^3.12.0"
}
}