Database integration for application actions

This commit is contained in:
2025-08-25 16:00:40 -04:00
parent ffb00e5f22
commit 9a40cd3967
5 changed files with 321 additions and 15 deletions

View File

@@ -11,6 +11,9 @@
},
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0"
"dotenv": "^17.2.1",
"express": "^5.1.0",
"mariadb": "^3.4.5",
"mysql2": "^3.14.3"
}
}