Skip to content

icedoutskay/restaurant-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Restaurant Chatbot

A simple real-time restaurant chatbot built with Node.js, Express, and Socket.IO.

๐Ÿ”น Features

  • View menu
  • Place orders
  • View current order
  • View order history
  • Cancel orders
  • Real-time chat interface

๐Ÿš€ Getting Started

  1. Install dependencies
    npm install
    
  2. Run the app
    node index.js
    
  3. Visit the app Go to http://localhost:3000 in your browser.

Chat Commands

  • 1 - Show menu

  • A, B, C - Order meals

  • 97 - Current order

  • 98 - Order history

  • 99 - Checkout

  • 0 - Cancel order

Releases

No releases published

Packages

No packages published