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
+11
View File
@@ -0,0 +1,11 @@
services:
app:
build: .
ports:
- "8080:8080"
volumes:
- data:/app/server/data
restart: unless-stopped
volumes:
data: