Skip to content

[COMPLETED] A FULL STACK MERN project that contains users and management interfaces. Users can place orders on food, while managements can approve orders and modify their food items.

Notifications You must be signed in to change notification settings

klearliu/Restaurant-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[COMPLETED] A FULL STACK MERN project that contains users and management interfaces. Users can place orders on food, while managements can approve orders and modify their food items.

Resources

Stars

Watchers

Forks