Files
Orchestrator/dhive/Jury-Voting
ankn b46de6dc7d
Deploy CV Site (andreknie.de) / deploy (push) Canceled after 0s
ci: migrate GitHub actions to Gitea actions
2026-07-22 15:42:06 +02:00
..

Jury-Voting

Real-time jury voting application for the UNIKAT Ideenwettbewerb.

Stack

  • Frontend: React 19 + Vite
  • Backend: Express.js
  • Persistence: JSON file-based
  • Real-time: Server-Sent Events (SSE)

URLs

Development

npm install
npm run dev

Deployment

Push to main triggers GitHub Actions -> SSH to VPS -> systemd restart. Port 3002 on VPS, Caddy reverse proxy.