A simple real-time restaurant chatbot built with Node.js, Express, and Socket.IO.
- View menu
- Place orders
- View current order
- View order history
- Cancel orders
- Real-time chat interface
- Install dependencies
npm install
- Run the app
node index.js
- Visit the app Go to http://localhost:3000 in your browser.
-
1 - Show menu
-
A, B, C - Order meals
-
97 - Current order
-
98 - Order history
-
99 - Checkout
-
0 - Cancel order