Udow : Say Hi👋 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
UI Chakra UI
Server: Node JS, Express JS
Database: Mongo DB
Clone the project
git clone https://github.com/PrakharSinha-09/Chat-App.git
Go to the project directory
Install dependencies
npm install
cd frontend/
npm install
Start the server
npm run start
Start the Client
//open now terminal
cd frontend
npm start
👉with the help of websockets, real time chat is made possible
👉It has the functionality of group chats and only admin can add or remove the person!
👉When user is typing, it could be seen on the other person chat, to whom he/she is chatting.
👉when any message arrives, there is a notification bell as well, which shows the count of chats whose messages are not seen or viewed yet.
👉logged in user can search for other users as well, who have their accounts with Udow.