- Backend: Node.js + Express + TypeScript + Prisma + PostgreSQL - Frontend: React + TypeScript + Tailwind CSS + Vite - Multi-tenant with role-based access (SystemAdmin, Technician, Customer) - Workflow editor with drag-and-drop steps - JWT authentication with refresh tokens - German UI throughout
6 lines
187 B
Plaintext
6 lines
187 B
Plaintext
DATABASE_URL=postgresql://workflow:workflow@localhost:5432/workflow_portal
|
|
JWT_SECRET=change-me-in-production
|
|
JWT_REFRESH_SECRET=change-me-too
|
|
PORT=4000
|
|
CORS_ORIGIN=http://localhost:3000
|