CHATAPP.webm
CHATAPP is a dynamic real-time messaging platform where users can sign up, log in, and connect with others through friend requests. Once accepted, users can chat privately or create group chats. Group creators can manage members and settings, while all users can share media files, view online status, and track unseen messages. The app also supports notifications, profile editing, account deletion, and chat management—offering a seamless and interactive communication experience.
"Connect, communicate, and collaborate in real-time with a modern messaging experience."
|
|
|
|
# 1. Clone the repository
git clone https://github.com/debjitmitra000/BackendChatApp.git
# 2. Navigate to the project directory
cd BackendChatApp
# 3. Install dependencies
npm install
# 4. Create .env file with the following:
MONGO_URI=your_mongodb_connection_string
PORT=8000
JWT_SECRET_KEY=your_jwt_secret_key
CLIENT_SERVER=http://localhost:5174
CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name
CLOUDINARY_API_KEY=your_cloudinary_api_key
CLOUDINARY_API_SECRET=your_cloudinary_api_secret
# 5. Start the development server
npm run dev
# 6. Start in production mode
npm start
-
User Authentication
- Register a new account
- Log in to the platform
- Edit profile information
-
Managing Connections
- Search for other users
- Send and manage friend requests
- Receive real-time notifications
- Accept, reject, or block requests
-
Messaging
- Engage in private conversations
- Create and manage group chats
- Share media files (images, videos, audio, PDFs)
- Delete messages or entire conversations
-
Real-time Features
- See who's online with status indicators
- Track unread messages with counters
- Receive instant notifications
- Experience smooth UI transitions
- Real-time Communication: Instant messaging with Socket.IO integration
- Comprehensive Media Support: Share various file types seamlessly
- Intuitive User Experience: Clean interface with responsive design
- Robust Group Management: Full control over group conversations
- Enhanced Privacy: Block users and manage friend connections
- Smooth Animations: Polished UI transitions with Framer Motion