Beside-Chat is a Full Stack Chatting App. Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
Project-WalkThrough Video : Project-Video
Client: React JS, Zeno
Server: Node JS, Express JS
Database: Mongo DB
Clone the project
git clone
Go to the project directory
cd mern-chat-app
Install dependencies
npm install
cd frontend/
npm install
Start the server
npm run start
Start the Client
//open now terminal
cd frontend
npm start