A web based chatting app where users can do group as well as one-on-one chat. 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
https://talk-a-tive-chat-app-v1.herokuapp.com/
Clone the project
git clone https://github.com/kkeshavpareekk/talk-a-tive
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