Skip to content

sidkhuntia/chattur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chattur

Video Call made easy

How to run the project locally

Clone the project

  git clone https://github.com/sidkhuntia/chattur.git

Go to the project directory

  cd chattur

Firebase key config

const firebaseConfig = {
  apiKey:
  appId:
  databaseURL:
  messagingSenderId:
  projectId:
  storageBucket:
};

Start the client server

  cd client
  npm install
  npm run start

Start the backend server

  cd server
  npm install
  npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages