- Install and setup Python3.
- Install and setup PostgreSQL.
- Install necessary Python packages.
- flask
- psycopg2-binary
- qrcode
- pillow
- Navigate to
./backend/
. - Run
./entrypoint.py
with the only argument being yourpostgres
super user password:
python3 ./entrypoint.py {admin_password}
- Click on the link provided by Flask to open the frontend in your browser.