Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

real time chat app added #1081

Merged
merged 3 commits into from
Feb 15, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/app/(category)/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,13 @@
| [User Registration System](./src/app/(category)/node/(projects)/user-registration-system) | [Youtube Video Downloader](./src/app/(category)/node/(projects)/youtube-video-downloader) | [med-brain](./src/app/(category)/node/(projects)/med-brain) | |


#### :zap: Row 6

| <img src="/src/app/(category)/node/(projects)/real-time-chat-app/screenshot.webp" width="300px" height="180px"> |
| :--: |
| [Real Time Chat App](./src/app/(category)/node/(projects)/real-time-chat-app) | |





Expand Down
77 changes: 77 additions & 0 deletions src/app/(category)/node/(projects)/real-time-chat-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# BaatCheet - Real-Time Chat Application

BaatCheet is a modern, real-time chat application designed for seamless communication between users. Built with Node.js, Express, Socket.IO, and MongoDB, it offers a secure and interactive messaging platform with a responsive user interface powered by Tailwind CSS and DaisyUI.

---

## Features
- **Real-Time Messaging**: Instant communication with live updates using WebSockets.
- **Secure Authentication**: JWT-based user authentication and session management.
- **Cloud Storage**: Integrates Cloudinary for handling media uploads.
- **Responsive Design**: Optimized for all devices with a clean and modern UI.
- **Database Management**: Scalable and efficient storage using MongoDB.

---

## Tech Stack

### Backend
- **Node.js**
- **Express.js**
- **Socket.IO**
- **MongoDB**

### Frontend
- **Tailwind CSS**
- **DaisyUI**

### Other Tools
- **Cloudinary** for media storage
- **JWT** for secure token-based authentication

---

## Getting Started

### Prerequisites
Make sure you have the following installed:
- **Node.js** (v14+ recommended)
- **MongoDB**
- **Cloudinary Account** (for media uploads)

---

### Installation
```bash
1. Clone the repository:

git clone <REPO_URL>
cd BaatCheet


2. Install dependencies:

bash
Copy code
npm install


3.Create a .env file in the root directory and add the following variables:

env
Copy code
MONGODB_URI=your_mongodb_connection_string
PORT=your_preferred_port
JWT_SECRET=your_jwt_secret
NODE_ENV=development
CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name
CLOUDINARY_API_KEY=your_cloudinary_api_key
CLOUDINARY_API_SECRET=your_cloudinary_api_secret


4.Start the server:

bash
Copy code
npm start
Open the application in your browser at http://localhost:<PORT>.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading