Code Monkey home page Code Monkey logo

restaurant_chatbot's Introduction

Restaurant Chatbot

This Restaurant Chatbot project allows customers to interact with a chatbot to place orders, view their order history, check current orders, and cancel orders. It is built using Node.js, Express, Socket.IO, and MongoDB.

Live Site

Chat Bot

Table of Contents

Features

  • Real-time chat interface using Socket.IO
  • User session management with express-session
  • Place orders, view order history, check current orders, and cancel orders
  • Menu items stored in MongoDB
  • No authentication required

Technologies

  • Node.Js
  • Express
  • Socket.io
  • MongoDB
  • Express-session

Installation

To get started with the Restaurant Chatbot, follow these steps:

  1. Clone the repository:
git clone https://github.com/pascholynx/restaurant_ChatBot.git
  1. Navigate to the project directory:
cd restaurant_ChatBot
  1. Install the required dependencies:
npm install
  1. Set up your MongoDB server and update the MONGO_URL in db.js with your MongoDB connection string .

  2. Start the server:

npm start

Usage

  1. Open your web browser and navigate to http://localhost:3000 (or the appropriate port if you changed it).

  2. Interact with the chatbot using the provided options:

  • 1 to place an order
  • 99 to checkout order
  • 98 to see order history
  • 97 to see the current order
  • 0 to cancel the order
  1. Follow the chatbot prompts to complete various actions.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.