Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 764 Bytes

File metadata and controls

22 lines (17 loc) · 764 Bytes
                                                    Application Description

A food block management system represents an application that allows a user or guest to reserve a menu to consume later. The program offers registration and login of 3 roles – "Student", "Admin" and "Chef". Like every single one of them has different menu and abilities. There is also a special menu for "Guest" who can also make reservations but the essential difference is that the guest uses the chair without reduction while the student has a reduction.

Technologies in the Application

The application is written in C++, used are:

  1. Object Oriented Programming.

2.JSON files (nlohmann/JSON for Modern C++).

  1. Tabulate library (p-ranav/tabulateTable Maker for Modern C++)