implement basic express server + api

This commit is contained in:
2025-09-10 17:38:25 +02:00
parent c6affc4181
commit fcea8f5ea7
5 changed files with 904 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
},
"dependencies": {
"dotenv": "^17.2.2",
"express": "^5.1.0",
"mysql2": "^3.14.5"
}
}