Your intelligent chatbot assistant powered by Google's GenAI. Get instant answers, coding help, and more β anytime, anywhere.
- Frontend: React, Tailwind CSS, Clerk Authentication
- Backend: Node.js, Express, MongoDB
- Deployment: Netlify, Render
# Clone the repository
git clone https://github.com/iamshivamgaur/bot4u.git
cd bot4u/frontend
# Install dependencies
npm install
# Create .env file
VITE_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key
VITE_BACKEND_URL=your_backend_url
# Start the development server
npm run devcd bot4u/backend
# Install dependencies
npm install
# Create .env file
MONGO_URI=your_mongodb_connection_string
PORT=5000
CLERK_SECRET_KEY=your_clerk_secret_key
# Start the backend server
npm startNow, your Bot4U app is up and running! π

