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
- Simply visit the website and start chatting with the bot. https://bumblebee.thapatilak.com.np/
- Clone the repo
pnpm
is used as package manager. Install it using the following commandnpm install -g pnpm
- 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=
-
Install the dependencies
pnpm install
-
Start the server
pnpm dev:server # for server pnpm dev:client # for client