Video Call made easy
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