InstallationΒΆ

  1. Clone the repository with the following command:

    git clone https://github.com/DropTabl/qrcode-order-website
    
  2. Install the required packages with the following command:

    pip install -r requirements.txt
    
  3. Update the configuration file with the required parameters. The configuration file is located at config/config.json and src/config.py.

  4. Run the system with the following command:

    python src/start_all.py
    
  5. The QR-website can be accessed at the configured port.

  6. Load all CPEE models inside the CPEE folder.

  7. Enjoy the system.