Skip to content

ishivamgaur/BOT4U-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Bot4U πŸ€–βœ¨

Your intelligent chatbot assistant powered by Google's GenAI. Get instant answers, coding help, and more – anytime, anywhere.

πŸš€ Tech Stack

  • Frontend: React, Tailwind CSS, Clerk Authentication
  • Backend: Node.js, Express, MongoDB
  • Deployment: Netlify, Render

πŸ›  Installation Guide

Frontend Setup

# 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 dev

Backend Setup

cd 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 start

πŸ“Έ Screenshots

Home Page

image

Chat Page

image

Now, your Bot4U app is up and running! πŸš€

About

This repository is all about to build your own AI ChatBot using Google's GenAi Api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published