Initial commit - ResMan project

This commit is contained in:
root
2026-03-05 14:57:19 +01:00
commit 8d87d9b667
6 changed files with 410 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "resman",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"express": "^4.18.2",
"mysql2": "^3.6.0",
"cors": "^2.8.5"
}
}