/branch

Primary LanguageJavaScript

Branch Messaging Application

Prerequisites

  1. Node.js and npm:

  2. MongoDB:

Setting up the Application

1. Clone the Repository

https://github.com/kennywam/branch.git cd your-branch-repository

2. Install Dependencies

npm install

3. Configure MongoDB

  • Ensure your MongoDB server is running.

4. Run the Application

npm start

  • The server will start at http://localhost:3000.

5. Access the Application

6. Test the Application

  • Open multiple browser tabs or devices to simulate different users and test the chat functionality.

Notes

  • The application uses Socket.io for real-time communication between the server and clients.
  • Messages and responses are stored in a MongoDB database.