This project servers the architecture and a website that uses QR codes to place cocktail orders.
The complete documentation can be found on my directory at the Lehre Server or at this GitHub Page
There are all necessary information to install, configure and use the website. Also, the documentation contains information about the used technologies and the architecture of the website as well a all API endpoints. There is also a demo section that shows how to use the website and the CPEE.
All code can be found in the src directory.
The src directory contains all necessary python files for the different processes.
The src/PHP directory that contains PHP code that is needed for some sub
processes.
The src/HTML directory contains the HTML code for the website.
All necessary CPEE models can be found in the CPEE directory.
The docs directory contains the documentation, which is a sphinx documentation.
This documentation is built using Sphinx.
To build this documentation locally, clone this repo, cd into the docs folder and use the following command:
pip install -r requirements.txt
cd docs
make htmlThe index page is located at index.html in the _build/html directory.
