기프티콘 사용 처리 시뮬레이션
/java: Just an Encryption Scheme modules/remap-server: Gifticon Usage Checking Server (with SQLite database)/client: python client which reads QR and returns the data
- Just import the .java files!
- and then call the functions
Under Construction...
$ cd client
# initialize python venv
$ python -m venv .venv
# sometimes we must use python3 ... (if python2 is installed)
$ source ./.venv/Scripts/activate
# or on windows 10+
# ./.venv/Scripts/Activate.ps1
$ pip install -r requirements.txt
# sometimes we must use pip3 ... (if python2 is installed)Under Construction...