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

Firelinux/FQM

 
 

Repository files navigation

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 2.7 or 3.4
  1. pip2.7 install -r requirements.txt
  2. python2.7 run.py

- 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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.1%
  • HTML 28.7%
  • Python 20.0%
  • CSS 2.9%
  • Shell 0.3%