Standalone Lager-Verwaltungssystem für OC-Event.
backend/— Node.js + Express + PostgreSQL REST APIfrontend/— React + TypeScript SPA
# Backend
cd backend
npm install
npx prisma migrate dev
npm run dev
# Frontend (neues Terminal)
cd frontend
npm install
npm run devNach Start des Backends: http://localhost:3000/api/docs
- Lagerpositionen:
LOC-{WAREHOUSE}-{SEKTION}-{REGAL}-{FACH}-{PLATZ} - Items:
OCE-{KATEGORIE}-{NUMMER}(aus WordPress übernommen)