This is a chat application built using the MERN stack. It allows users to communicate with each other in real-time.
To get the app into your local environment, follow these steps:
- Clone the project.
- Navigate to the
Mern-Chat-Application
directory. - Run the command
npm i
. - Navigate to the
frontend
directory. - Run the command
npm i
.
To start the project, follow these steps:
- Navigate to the
frontend
directory. - Run the command
npm start
. - Navigate to the
backend
directory. - Run the command
node server.js
ornodemon server.js
. - Don't forget to add your MongoDB URI in the
.env
file in thebackend
directory.
Now you can use the chat application in your local environment.
The following features are present in this chat application:
- Personal Chat
- Group Chat
- Dark Mode Feature
- Video Call
- Disappearing Message (Message Disappears after 24 hours)
- Scheduling Message
- Sending Various types of Attachments like video, image, audio, txt file, docx file and more
- Downloading the chats as txt file
- Profile View
- Profile Update
- Search User on their name, email, and more
- Any contributions you make for this project are greatly appreciated.
- The open source community such an amazing place to learn, inspire, and create.
- Check out our contribution guidelines for more information.