feat(db): basic db connection done

This commit is contained in:
2024-10-25 21:41:26 +02:00
parent 59c0f05b4f
commit 0379fd4e28
7 changed files with 217 additions and 7 deletions

View File

@@ -21,6 +21,7 @@
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.5"
"dotenv": "^16.4.5",
"mysql2": "^3.11.3"
}
}