Go to file
Kinga Knapik 068d98e855 now vertical scroll and smaller gap between texts in infokiosk 2025-12-05 15:35:07 +01:00
src now vertical scroll and smaller gap between texts in infokiosk 2025-12-05 15:35:07 +01:00
.dockerignore dockerize app 2025-11-23 22:02:24 +01:00
.gitignore initial 2025-11-23 19:55:00 +01:00
Dockerfile Clean-up,readme 2025-11-25 01:29:17 +01:00
LICENSE License 2025-11-25 00:48:05 +00:00
README.md upgrade python packages 2025-11-25 04:10:54 +00:00
docker-compose.yml Clean-up,readme 2025-11-25 01:29:17 +01:00
requirements.txt upgrade python packages 2025-11-25 04:10:54 +00:00

README.md

queue.hswro.org website - a simple queue management system:

  • People receive physical tokens with numbers on them.
  • Operator:
    • Adds numbers to the list of tokens issued.
    • Selects numbers from the list to be called.
    • Removes the called number from the list or moves it back to the queue.

Common tasks

Testing the website locally

In the repo directory:

docker build -t queue-app:latest .
docker run -p="5000:5000" --volume="$PWD:/data:" -it queue-app:latest

Preview should be available on: http://localhost:5000 - end user access http://localhost:5000/admin - operator access