Skip to content

MahirMahdi/Bazinga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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