Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.94 KB

README.md

File metadata and controls

67 lines (41 loc) · 1.94 KB

Restaurant-app

A restaurant ordering application that allows customers to place orders and restaurant managers to manage their menu and orders.

Features

  • Client Interface

    • Menu Browsing: Ability to view detailed menus from different restaurants.
    • Order Placement: Functionality for placing orders with specific menu items.
    • Order History and Tracking: Customers can view their past orders and track current orders.
  • Restaurant Manager Interface

    • Menu Management: Add, update, or remove menu items.
    • Order Processing: View and manage incoming orders and their statuses.
    • Order History: View past orders and their details.

Prerequisites

  • Node version 20.x.x

Getting Started

  • Clone the repository
git clone https://github.com/klearliu/Restaurant-App.git
  • Start the server
npm i
npm start
  • Start the client
npm i
npm start

Interface page that shows a button to client or management

Customer login screen

Customer restaurant selection screen

Customer food menu selection screen

Customer's shopping cart of added items

Customer's current orders (ie digital reciept)

Customer's successfully made order history, with a feature to re-order

Management main screen, featuring their menu and other options to modify their menu items

Management's editing food menu page

Management's create menu page

Management's current orders with its status

Management analytics of most purchased items Management analytics of busiest hours