- python with flask
- lpr installed on system (should be by default)
- an email account
create an .env file in the repo with the following variables:
USERNAME=<the username of the account>
PASSWORD=<password of the account>
Before first startup run:
pip install -r requirements.txt
then run
gunicorn app:app -b '0.0.0.0'
The System is also currently working without sessions, so if one user changes something, everyone can see it.