This project is made as a learning project. Talk-a-tive is a Full Stack Real Time Chatting App. It 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
git clone https://github.com/harshitrajora/Chat-app.gitGo to the project directory
cd Chat-appInstall dependencies
npm install cd frontend/
npm install --legacy-peer-depsStart the server
npm run startStart the Client
//open now terminal
cd frontend
npm start




