https://github.com/abhishekprajapatt/accenture-hackthon-ai-customer-support-bot
Hack the Future Hackathon - AI Agent with secure authentication, real-time interaction, and intelligent responses.
https://github.com/abhishekprajapatt/accenture-hackthon-ai-customer-support-bot
ai ai-agents chatbot langchain mern open-ai real-time-data
Last synced: 7 months ago
JSON representation
Hack the Future Hackathon - AI Agent with secure authentication, real-time interaction, and intelligent responses.
- Host: GitHub
- URL: https://github.com/abhishekprajapatt/accenture-hackthon-ai-customer-support-bot
- Owner: abhishekprajapatt
- Created: 2025-04-04T13:22:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T15:23:30.000Z (7 months ago)
- Last Synced: 2025-04-04T16:33:56.365Z (7 months ago)
- Topics: ai, ai-agents, chatbot, langchain, mern, open-ai, real-time-data
- Language: JavaScript
- Homepage:
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# MERN Stack Project
## 📌 Overview
This project is built using the **MERN stack** (MongoDB, Express.js, React.js, Node.js) and includes **authentication, CRUD operations, and real-time features**.
## 🚀 Features
- **User Authentication (JWT, bcrypt)**
- **Create, Read, Update, Delete (CRUD) operations**
- **Real-time notifications using WebSockets (Socket.io)**
- **Modern UI with Tailwind CSS**
## 🏗️ Tech Stack
### Backend
- **Node.js + Express.js** (REST API)
- **MongoDB + Mongoose** (Database)
- **JWT + bcrypt** (Authentication)
- **Socket.io** (Real-time communication)
### Frontend
- **React.js + Vite** (Modern frontend framework)
- **Redux Toolkit** (State management)
- **Tailwind CSS** (Styling)