merge front end to server

This commit is contained in:
Nikola Petrov
2024-08-01 14:36:35 +02:00
parent d2e06bfaab
commit 76f638d818
16 changed files with 1160 additions and 5 deletions

View File

@@ -13,6 +13,9 @@
"express": "^4.18.2",
"hbs": "^4.2.0",
"morgan": "~1.9.1",
"mysql2": "^3.10.3"
"mysql2": "^3.10.3",
"chart.js": "^4.4.1",
"bun-types": "^1.0.23",
"typescript": "^5.3.3"
}
}