Restaurant Manager
Restaurant Manager is a full-stack application using Spring-Boot and React, with features for both customers (scanning QR code, selecting menu items, submitting orders) and admins (viewing/creating orders). Implemented Spring Security 5 for authentication, used MySQL with Hibernate, and added private/non-private routes with react-router. The application offers both customer and admin journeys, which are detailed below. Customer Journey Customer will be able to scan QR code and go to webpage Customer will be able to choose items from Menu....