From 5d80f7fb48b54ee366ae1296671d4c2b73c67baa Mon Sep 17 00:00:00 2001
From: "Sreedhar k.s" <53270409+mellofordev@users.noreply.github.com>
Date: Sat, 12 Jun 2021 12:51:57 +0530
Subject: [PATCH] Created Readme
Created a readme file which will help to setup and run the project locally
---
README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e9b55b7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,46 @@
+
+
+
+ZOOM clone with Webrtc
+
+
A Simple Zoom clone build with socket.io and Webrtc Watch the video tutorial of this project Here
+ +# Dependencies +Following are the dependencies that are required to run this project .npm i express ejs socket.io
npm i uuid
npm i --save-dev nodemon
npm i -g peer
Once you install all the dependencies we are ready to start the server
+ + # Running locally + Start the nodemon server using the following command + +npm run devStart
peer --port 3001
Navigate to localhost:3000
+