/bumbleBee

Bumblebee is an GEMINI based AI powered chatbot that can help you with your queries. It is a web based application that can be accessed from anywhere.

Primary LanguageJavaScript


Logo

Bumblebee - AI Powered Chatbot

Bumblebee is an AI powered chatbot that can help you with your queries. It is a web based application that can be accessed from anywhere.
View Demo · Request Feature · Read More

About The Project

Built With

Express.js Vite.js React.js Node.js CSS HTML

Usage

Setup in local machine

  1. Clone the repo
  2. pnpm is used as package manager. Install it using the following command
    npm install -g pnpm
  3. Add the following environment variables in a env file
  • src/client/.env

      VITE_BACKEND_URL=
  • src/server/.env

    FRONTEND_URL=
    COOKIE_SECRET=
    
    GEMINI_API_KEY=
    FRONTEND_DOMAIN=
    MONGODB_URL=
    JWT_SECRET=
  1. Install the dependencies

    pnpm install
  2. Start the server

    pnpm dev:server # for server
    pnpm dev:client # for client