Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1017 Bytes

README.md

File metadata and controls

70 lines (44 loc) · 1017 Bytes

Bazinga

Bazinga is a chat app built using the MERN stack . It utilizes socket.io for real-time communication and is integrated with the CometChat API for voice and video calling capabilities.

Features

  • Real-time asynchronous messaging
  • Voice Call
  • Video Call

Technologies Used

  • Client: React, Material UI, Axios, CometChat API
  • Server: Node.js, Express, MongoDB, ImageKit

Run Locally

Clone the project

  git clone https://github.com/MahirMahdi/Bazinga.git

Client

Go to the client directory

  cd client

Install dependencies

  npm install

Start the server

  npm start

This will start the server on http://localhost:5173

Server

Go to the server directory

  cd server

Install dependencies

  npm install

Start the server

  npm start

This will start the server on http://localhost:5000

License

MIT