An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![image](https://github.com/user-attachments/assets/4b14d14e-5446-4ba4-ae95-ce0897b527c8)

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