Skip to content

ferid60433/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

 
 
 

Contributors

Languages

  • JavaScript 47.3%
  • HTML 28.4%
  • Python 20.9%
  • CSS 2.8%
  • Other 0.6%