This is a full-stack chatting application utilizing technologies such as React JS, Node JS, Express JS, MongoDB, and Socket.io for real-time communication.
- React JS
- Node JS
- Express JS
- MongoDB
- Socket.io
- Clone the project
git clone https://github.com/abckyadav/Chat-App
- Go to the project directory
cd Chat-App/
-
Install dependencies and start respectively:
i) Go to server folder and install packages
cd server/
npm install
npm run start
ii) Go to client folder and install packages
cd .. && cd client/
npm install
npm run start
iii) Go to socket folder and install packages
cd .. && cd socket/
npm install
npm run start