Skip to content

chetanpandey1266/microsoft-clone

Repository files navigation

Microsoft Teams Clone

html css js nodejs react express mongodb browser microsoft

Sample Video

Index

  1. Introduction
  2. Documentation
  3. How to use
  4. Note

Introduction

A simple microsoft teams clone, which allow users to connect over video calls and chats.

Documentation

To read about how I planned and implemented the project, refer this

How to Use

Clone this repository

git clone https://github.com/chetanpandey1266/microsoft-clone.git

Move to the repository's root folder

cd microsoft-clone
For running the react app

Get to the root folder and type this:

cd microsoft-frontend
npm install
npm start
For running the express app

Get to the root folder.

Open the config/defualt.json file and fill in all the configuration details

Note: Switch on Less Secure App for the email used in config/default.json.

npm install
npm start

Note: You should have two terminal instances for running frontend and backend simulataneously.

Note:

  1. Always use Chromium-based browser for running this web app
  2. Use a laptop or desktop for running this app.
  3. Use https for running this app