GithubHelp home page GithubHelp logo

coders-house-mern's Introduction

Coders House

Description

A fully featured realtime communication project, build with MERN stack similar to club house application. This capstone project includes all the necessary functionalities of a real time web app for communicating using web browsers.

Each user can create a room or join an existing room. Each guest in the room can join the speakers board by sending a join request to the Admin of the room.

  • features:
    • Node provides the backend environment for this application
    • Express middleware is used to handle requests, routes
    • Mongoose schemas to model the application data
    • React for displaying UI components
    • Redux to manage application's state
    • WebRTC is used for realtime communication between browsers
    • Socket.io is used for realtime communication of server and end users
    • Authentication is handled using JWT and refresh token method
    • Twilio is used for OTP service
    • Docker is used for Containerization

Setup

 Create .env file in client that includes:

  * REACT_APP_BASE_URL=                     // i.e --> "http://localhost:5000"

 Create .env file in server that includes:

  * PORT=                     // 5000
  * BASE_URL=                 // http://localhost:5000
  * OTP_HASH_SECRET=
  * TWILIO_ACCOUNT_SID=
  * TWILIO_TOKEN=
  * TWILIO_FROM_NUMBER=
  * JWT_SECRET=


Start development in both server and client

$ npm run start

Simple build for production in client

$ npm run build

Languages & tools

Screenshots

Screenshot from 2023-02-01 02-14-08

Screenshot from 2023-02-01 02-14-24

Screenshot from 2023-02-01 02-14-54

Screenshot from 2023-02-01 02-15-50

Screenshot from 2023-02-01 02-17-16

Screenshot from 2023-02-01 02-36-46

Screenshot from 2023-02-01 02-57-15

Screenshot from 2023-02-01 02-57-41

Screenshot from 2023-02-01 02-57-52

coders-house-mern's People

Contributors

zabihullah-azadzoi avatar

Watchers

 avatar

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.