Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 848 Bytes

README.md

File metadata and controls

65 lines (43 loc) · 848 Bytes

Omegle but Push Chat

Description

This project randomly connects 2 peers online and opens up a video call between the peers.

Getting Started

Installation - Server

  1. Navigate to the server directory:

    cd server
  2. Install dependencies using Yarn or npm:

    # Using Yarn
    yarn
    
    # Using npm
    npm install
  3. Start the Server:

    # Using Yarn
    yarn start
    
    # Using npm
    npm start

The server will run on the specified port (default is 3001).

Installation - Client

  1. Navigate to the server directory:

    cd client
  2. Install dependencies using Yarn or npm:

    # Using Yarn
    yarn
    
    # Using npm
    npm install
  3. Start the Client:

    # Using Yarn
    yarn start
    
    # Using npm
    npm start