Skip to content

Yesh-adithya31/StreamApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node JS Zoom Clone

Credit to Web Dev Simplified

About The Project

This project create based on nodejs Application Based On Zoom Application.Below the UI design of Zoom Application.

Check website using this URL:

https://stream-app-5t2y.onrender.com/

product-screenshot

Built With

Here this project developement using Node js Framework, routes called by using express and Peerjs.

  • Node.js
  • Express
  • PeerJS

(back to top)

Getting Started

Prerequisites

You need to install NPM into your window, Ubuntu or macOS.

Installation

This is the step you have to follow.

  1. Get a free API Key at https://github.com/Yesh-adithya31/StreamApp.git

  2. Clone the repo

    git clone https://github.com/Yesh-adithya31/StreamApp.git
  3. Install npm packages

    npm install
  4. Run cloned project by using npm start

    npm start

    OR

    node server.js

(back to top)