Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 555 Bytes

SETUP.md

File metadata and controls

15 lines (14 loc) · 555 Bytes

Installation

  1. Install and setup Python3.
  2. Install and setup PostgreSQL.
  1. Install necessary Python packages.
    • flask
    • psycopg2-binary
    • qrcode
    • pillow

Starting the Application

  1. Navigate to ./backend/.
  2. Run ./entrypoint.py with the only argument being your postgres super user password:

python3 ./entrypoint.py {admin_password}

  1. Click on the link provided by Flask to open the frontend in your browser.