This Chat Application is designed to provide real-time communication between users. It supports real-time messaging.
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
- Real-Time Communication: WebSockets (Socket.io)
-
Clone the repository:
git clone https://github.com/Amit1405/chat-application.git cd chat-application
-
Install backend dependencies:
cd backend npm install
-
Install frontend dependencies:
cd ../frontend npm install
-
Run the backend server:
cd ../backend npm start
-
Run the frontend server:
cd ../frontend npm start
-
Access the application: Open your browser and go to
http://localhost:3000
.
- **Sign Up **: Create a new account or log in with existing credentials.
- Chat: Start real-time conversations with your friends.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.