Skip to content
/ FQM Public
forked from mrf345/FQM

A web based queue management system built with Python Flask.

License

Notifications You must be signed in to change notification settings

danfossi/FQM

 
 

Repository files navigation

release

Coverage Status GitHub closed issues GitHub

Free Queue Manager (beta). A web based queue management system built with Python Flask as back-end, and Bootstrap, jQuery as front-end.


Features:

  • Support for POS USB printers on major operating systems.
  • Customize-able interfaces.
  • Supports text-to-speech announcement.

Setup:

- Using installer.sh for Linux, MacOS:

  • Execute the following commands in a terminal window
  1. chmod +x installer.sh
  2. ./installer.sh --install
  3. ./installer.sh --run
  • If you want to remove the virtual environment and installed there dependencies
  1. ./installer.sh --uninstall

- From the source:

  • Execute the following commands in a terminal window
  1. git clone https://github.com/mrf345/FQM.git
  2. cd FQM
  • You can choose to use Python 3.7
  1. pip install -r requirements/dev.txt
  2. python run.py
  • To checkout the supported command-line options:
  1. python run.py --help
Usage: run.py [OPTIONS]

If no `ip` is passed it will default to `127.0.0.1`
If no `port` is passed it will default to a random port.

Options:
  --cli        To use command-line interface instead of GUI.
  --quiet      To silence web server logs.
  --ip TEXT    IP address to stream the service on.
  --port TEXT  Port to stream the service through.
  --help       Show this message and exit.

- With executable:

You can get an executable that's suitable to your OS from :

Documentation:

You can find a useful user guide for the current version on :
https://fqms.github.io/images/user_guide.pdf


About

A web based queue management system built with Python Flask.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.4%
  • HTML 28.3%
  • Python 21.9%
  • CSS 2.8%
  • Other 0.6%