Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 898 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 898 Bytes

Restaurant Chat-Bot Application

This Restaurant Chat-Bot Application uses Socket.io for real-time communication between customers and the bot. Here are the features and commands available upon logging in:

Available Commands

  • 1: Place an order
  • 99: Checkout order
  • 98: View order history
  • 97: View current order
  • 0: Cancel order

Features

  • Place an Order (1): Displays the restaurant menu with all available meals and their corresponding commands.
  • Checkout Order (99): Proceeds to checkout. If no order is available, prompts the user to place an order first.
  • View Order History (98): Displays the user's order history.
  • View Current Order (97): Displays the current order of the user.
  • Cancel Order (0): Cancels any existing order of the user.

This application ensures a seamless and interactive dining experience through real-time communication and easy-to-use commands.