InstallationΒΆ
Clone the repository with the following command:
git clone https://github.com/DropTabl/qrcode-order-website
Install the required packages with the following command:
pip install -r requirements.txt
Update the configuration file with the required parameters. The configuration file is located at config/config.json and src/config.py.
Run the system with the following command:
python src/start_all.pyThe QR-website can be accessed at the configured port.
Load all CPEE models inside the CPEE folder.
Enjoy the system.