Skip to content

maxlelyonais/Cafeteria

Repository files navigation

Cafeteria Project Structure

Contributing · Issues

License   Version


It is an application created with the intention of carrying out customer accounts. For this, various sections have been created. First, you can add and remove items from the cafeteria. You can then add the orders/items and then add them to a table. Finally, you can observe all the orders of a table and modify them as you wish, in addition to taking the account of the table.

Table of Contents

Installation

From Source

git clone https://github.com/maxlelyonais/Cafeteria.git

From Release

Windows Users

curl.exe --output Cafeteria_win64.zip --url https://github.com/maxlelyonais/Cafeteria/releases/download/$VERSION/Cafeteria_win64.zip

Linux Users

Run the program with the following command:

wget -O Cafeteria_linux.zip --url https://github.com/maxlelyonais/Cafeteria/releases/download/$VERSION/Cafeteria_linux.zip

Download the latest release from here

Usage

Execute Binary file Cafeteria in dist folder

Contributing

See CONTRIBUTING.md for details on submitting patches and the contribution workflow.

License

This project is licensed under the Apache2.0 License - see the LICENSE file for details