Omegle Clone

Omegle Clone Thumnail

Getting Started

Start Installation

Run Locally

Clone the project

  git clone https://github.com/your-account/fullstack-video-call-web-app.git

Go to the project directory

  cd omegle-clone

Linux Mac Windows

  docker-compose up

If you do not have docker installed then setup manually mentioned below

Go to backend folder

  cd ./backend

Install dependencies

 npm install

Start the server

  npm run dev

Go to frontend folder

  cd ./frontend

Install dependencies

 npm install

Start the server

  npm run dev

Now You are good to go :)