Chat-Buds is a Full Stack Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
Client: React JS
Server: Node JS, Express JS
Database: Mongo DB
Clone the project
bash git clone https://github.com/Pacific077/Chat-App.git
Go to the project directory
Install dependencies
bash cd backend/ npm install
bash cd frontend/ npm install --legacy-peer-deps
Start the Server from root directory
bash cd backend/ npm start
Start the Frontend from root directory
bash cd frontend/ npm start
- User can register with their name, emailId, password and profile picture.
- Users can login their account by using their registered credentials.
Allows user to create their Profile along with their Name, EmailID, Profile Picture
Enables users to add contacts by using their email IDs.
Users can search other registered users by their name or email ID.
- Users are able to initiate and engage in one-on-one and group conversations seamlessly.
- Users are able to view past conversations easily.
- Users can send emojis in their text using The emoji Picker availabe.
User can schedule a message for future delivery at specific date and time.
- User can create Group Chats by inviting other registered users.
- Invitation will be sent to the invited user in their respective mail IDs.
- Invited user can accept or reject the invitation to join the group.
- To join the group invited user can click on the link present in the mail to accept the invite and then login to their account.
- Admin control is implemented. Only admin of the group can add or remove group members or rename the group.
Md Faisal Rahman
Ankur Kumar
Mantu Kumar
Palak Thakur