Giter Club home page Giter Club logo

engage-teams's Introduction

Build Status

PiperChat

A cross-platform chat and call platform.

Demo Video - https://youtu.be/Ai5NdTQmOZQ

Introduction

PiperChat is a cross-platform video-calling and chat application with a sleek and intuitive UX, developed using Microsoft Azure Services.

Features

  1. User Authentication

  2. Chat

    1. Chats of video call are retained i.e, users can continue the conversation after the meeting and start the conversation before the meeting.
    2. Real-time Notification for incoming chat messages so that user doesn't miss any message.
  3. Video Call

    1. Mute yourself.
    2. Turn off your video.
    3. Change the microphone.
    4. Change the speaker.
    5. Chat during the meeting which is retained even after the meeting.

The Application of Agile Methodology

  1. In the first step of development, the use cases, tech stack and feasibility of project were decided.

  2. As the second step, UI/UX designs were made. Here is the figma file.

  3. Development was done in 2 sprints -

    1. User Authentication and just video chat.
    2. Other video chat features like device management, outgoing video and audio management, chat during call were done.
  4. The features developed were released in production.

  5. Adapt feature was announced. So the 1st and 2nd second steps were repeated.

  6. Home page of the application where users can chat with each other was developed in a sprint.

  7. The complete app was released in production.

One sprint was generally of 4-5 days.

Tech Stack

  1. Client - React Framework
  2. Server - NodeJS
  3. Database - Azure CosmosDB (MongoDB)
  4. For video call and chat - Azure communication services
  5. For hosting the server - Azure Ubuntu VM
  6. UI Library - Microsoft FluentUI Library

Setup instructions

Install node and create azure cosmos db and azure communication services accounts.

  1. Clone the repository.
  2. Create a directory env in server folder and create a file env.js in it. Add the following details in env.js file -
const env = {
  // cosmos db details
  dbName: ,
  key: ,
  port: ,
  // Azure communication services details
  communicationString: ,
};

export default env;
  1. Change the serverURL in src/config/config.js to http://localhost:3001
  2. Run npm install and then npm start in root to start the client.
  3. Run cd server && node server.js to run the server.
  4. Access the app at http://localhost:3000

Developed by Mahak Gupta ([email protected])

This project is submission of Microsoft Engage 2021.

engage-teams's People

Contributors

mhk19 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

engage-teams's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.