Process monitoring system for interview integrity.
Electron Client → Go Server (Port 3333) → PostgreSQL
docker-compose up -d# Start server
cd server
go run main.go
# Start client (in another terminal)
cd apps/client
npm install
npm startSee LICENSE