Sample attendance checking via a unique QR code
Go to file
2022-07-28 19:38:44 +00:00
templates Changes for use in a proper domain 2022-07-28 19:38:44 +00:00
.gitignore Changes for use in a proper domain 2022-07-28 19:38:44 +00:00
init_db.py Initial version 2022-07-28 01:42:30 -05:00
main.py Changes for use in a proper domain 2022-07-28 19:38:44 +00:00
README.md Initial version 2022-07-28 01:42:30 -05:00
requirements.txt Initial version 2022-07-28 01:42:30 -05:00
schema.sql Initial version 2022-07-28 01:42:30 -05:00

Sample application for verifying attendance through a unique QR code

To run in a Python virtual environment, using Flask:

mkvenv flask
venv flask
pip install Flask Flask-QRcode Flask-UUID

To create an empty database.db sqlite file with the table described in schema.sql:

./init_db.py