feat: 실시간 대기 번호표 웹앱 초기 커밋

PIN 기반 세션으로 관리자·발급기·표시판 3개 역할을 하나의 앱에서 운영.
Socket.IO 실시간 동기화, Podman Quadlet(10.89.0.25) 배포 구성 포함.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
gm
2026-06-26 10:56:15 +09:00
commit e45383f19f
8 changed files with 1832 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "queue-app",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.7.2"
}
}