Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.64 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.64 KB

OMeet

A realtime chat and video conference application.

This project was developed for Microsoft engage program as a challenge to clone Microsoft Teams.

Deployed Site -- Demo video -- Presentation

Project Features

  • Real time chat within and out of conferences.
  • Multi participant video conference.
  • User preview, with conference settings.
  • Self video in floating window.

Screenshots

Home Screen

image

Chat Room

image

User Preview

image

Conference Room Chat

image

Conference Room

image

Setup

Clone the project

foo@bar:~$ git clone https://github.com/4D17Y4/OMeet.git

Navigate to the repository in local system.

Setup and start the server.

foo@bar:~$ cd server
foo@bar:~$ npm i
foo@bar:~$ nodemon server.js 

Setup and start the client.

foo@bar:~$ cd client 
foo@bar:~$ npm i
foo@bar:~$ npm start 

Contribute

Open a new issue in case of any bugs or build errors.