Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.03 KB

🚀 Google Meet Clone | Backend

This repository contains the backend server for Google Meet Clone Frontend.

🌳 Branch Info

master - Legacy Code implemented using Websockets

add-100ms - Implemented using 100ms 🆕

😁 Technologies Used

  • 📦 NodeJS & Express | for Server

  • 🔥 Firebase | for Auth & Database

  • ⏳ 100ms | for Video Conferencing

  • 🌍 Heroku | for Deployment

📚 Setup

  • Clone the repository and run npm install (or yarn).
  • Switch to add-100ms branch (git checkout add-100ms).
  • Setup Service Account in the Firebase Project and grab the credentials.
  • Create an account in 100ms and grab the credentials in the developer tab.
  • Rename .env.example to .env and fill up all credentials.
  • To start the server, npm run start.

🔗 Related Repository

🤜 Google Meet Clone - Frontend 🤛