Welcome to Chat Webapp, a messaging chat application that allows you to communicate with others in real time. Connect with other people on the platform.
Application is built using MERN stack, socket.io and web services. It uses encryption to store confidential data.
- Send and receive messages in real time.
- Create and join chat rooms.
- Customize your profile and settings.
https://messaging-app-smoz.onrender.com/
To get started with Chat Webapp, follow these steps:
cd Messaging-app
cd backend && npm install
cd ../client && npm install
After installing run the backend code
cd Messaging-app/backend
nodemon server.js
Run client code
cd Messaging-app/client
npm start
- Install the necessary dependencies by running npm install
- Start the development server by running npm start
- Navigate to http://localhost:3000 in your web browser to access the app
We welcome contributions to Chat Webapp. If you would like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature.
- Make your changes and commit them to your branch
- Submit a pull request for review