Universal Kiosk is an web ordering system with universal design.
They can operate ordering system using physical device + TTS system.
They can scan the QR code on the main page and use web ordering system.
git clone https://github.com/krome0/universal-kiosk
cd universal-kiosk/web/front-end
npm install
npm run dev
# from project's root directory
cd web/front-end
# from front-end directory
cd ../back-end
poetry install
poetry run python main.py
# from project's root directory
cd physical-devices/web-controller
poetry install
poetry run python main.py