Skip to content

RR190701/myTeams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Microsoft Teams Clone

This project is a fully functional prototype of a video call, meet web app, where you will be able to share real time audio and video stream and chat with your friends with lots of other cool features intact 🔥.

Features


  • User login and SignUp facility
  • Welcome home page
  • Ability to create meeting and chatting rooms
  • Audio and Video check before meeting
  • Ability to toggle microphone and camera
  • Raising hand facility
  • Ability to send animated reactions e.g. love, applause
  • Ability to share screen
  • Ability to have full screen view with one click
  • chat room in meeting
  • Chat bubbles pop ups with incoming messages
  • Ability to chat real time before, in and after the meeting, Adapt feature
  • UI is similar to Microsoft Teams to get follow along easily ❤️

Demo version


A demo version is automatically deployed for this repositories:

Technology Stack


Please get familiar with the components of the project in order to be able to contribute.

components

  • CSS: Styling web pages, html files
  • Javascript: Primary programing language
  • ReactJS: Javascript library for building User Interfaces
  • nodejs: Used in the backend
  • express: To create the calling API
  • Material-UI: UI library for design system
  • socket.io: To established real time socket connection
  • WebRTC: for exchanging video and audio streams between peers
  • simple-peer: Simple one-to-one WebRTC video/voice and data channels

External Service Dependencies

  • MongoDB Atlas: A cloud database used to store user personal data username, passwords and individuals chats

Requirements


  • node --version >= 6
  • npm --version >= 3

Local Installation


Steps

  • git clone <repository-url> where <repository-url>is the link to the forked repository
  • cd myTeams

Note : If you want to contribute, first fork the original repository and clone the forked repository into your local machine followed by cd into the directory

git clone https://github.com/USERNAME/myTeams.git
cd myTeams

Config Variables

Define config variables in config.env.

  • Create a free mongoDB atlas account at https://www.mongodb.com and set a new cluster connection url equal to db_connection_URL
  • Set JWT_SECRET = <your_jwt_secret_string> where <your_jwt_secret_string> is long alphanumerical string
  • Set JWT_EXPIRE = <jwt_token_life_time> where <jwt_token_life_time> is a string e.g. 10min, 30min

Starting server

cd server
  • Install all the dependencies with npm install
  • Start the server with npm start
  • Visit your API at http://localhost:5000 🎉

Starting frontend

cd frontend
  • Install all the dependencies with npm install
  • Start the server with npm start
  • Visit your app at http://localhost:3000 🎉

Contributing

Feel free to contribute 😍

  • When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published