git clone https://github.com/V1rg1lee/event-ticketing.git
cd event-ticketing
python -m venv env
source env/bin/activate # for linux
env\Scripts\activate # for windows
pip install .
You have to set a "PASSWORD" environment variable to run the project.
python -E -m event-ticketing
You have to set a "PASSWORD" environment variable to run the project. If you want to use self signed certificate, you can use the "certif_gen.py" script as described below.
python -E -m event-ticketing --ssl
pip install .[scripts]
You must be in the root directory of the project to run the scripts.
python -E ./scripts/certif_gen.py
python -E ./scripts/private_key_gen.py
python -E ./scripts/gen_qr_code.py
python -E ./scripts/print_qr.py