Initial commit: Ressourcenplanung-App

Vue 3 + Vite Frontend und Node/Express + SQLite Backend für
Projekt-, Aufgaben-, Mitarbeiter- und Teamverwaltung inkl.
Gantt-Zeitplan und Auslastungs-Heatmap.
This commit is contained in:
2026-07-03 22:45:07 +02:00
commit fc25eff643
24 changed files with 3938 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "ressourcenplanung-server",
"version": "1.0.0",
"private": true,
"type": "commonjs",
"main": "index.js",
"scripts": {
"dev": "node index.js",
"start": "node index.js"
},
"dependencies": {
"better-sqlite3": "^11.3.0",
"cors": "^2.8.5",
"express": "^4.19.2"
}
}