A open source version of Do La, but more efficient maybe.
Python ≥ 3.6
django
pika
filetype
url | Function |
---|---|
/admin | administration |
/upload | file uploading temporary frontend |
/login | user sign in |
/join | user sign up |
print a job | |
/api/upload | username, file, only *.pdf will be accepted |
/api/request?job_id=&client_id= | send a print job to client |
/api/login | email or username, password |
/api/join | email, nickname, password |
bash reset.sh
Then access 127.0.0.1:8000/init
in browser is required