-
Splice Chat App is a Full Stack Chatting App
-
In this chatting web app you can easily block annoying good morning messages from your relatives and friends.
-
Good Morning Images also can be blocked. For this used Optical Character Recognition (OCR)
-
Also you can block abusive content.
-
It uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database
-
Fake News is also one of the best feature in this app . When we detect a fake message or fake image we add it to our spam list in our database so now everywhere the same message would be send it would have be flagged for fake news
Client: React Js
Server: Node, Express
Database: MongoDB
Clone the project
git clone https://github.com/jjv1602/ChatApp.gitGo to the project directory
cd ChatAppInstall dependencies
npm install expressFor .env files
npm install dotenvFor encrypting password
npm install bcryptRouter
npm install react-router-domStart the server
npm run start<br><br>

