Skip to content

Clone of Zoom for study purposes. Technologies that I used to develop this application: NodeJS, SocketIO, PeerJS

Notifications You must be signed in to change notification settings

kaioosilva/zoom-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom clone

Clone of Zoom for study purposes.

Deployed here

Technologies   |    Getting started   |    How to contribute   |   


Layout

🚀 Technologies

Technologies that I used to develop this Zoom's clone:

💻 Getting started

Clone the project and access the folder

$ git clone https://github.com/kaioosilva/zoom-clone.git && cd zoom-clone

Follow the steps below

# Install the dependencies of peer-server
$  cd peer-server && yarn install

# Start the peer-server
$ yarn dev
# Install the dependencies of server
$  cd server && yarn install

# Start the server
$ yarn start
# Install the dependencies web client
$  cd public && yarn install

# Start the server
$ yarn start

🤔 How to contribute

Make a fork of this repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork kaioosilva/zoom-clone

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd zoom-clone

# Create a branch with your feature
$ git checkout -b my-feature

# Make the commit with your changes
$ git commit -m 'feat: My new feature'

# Send the code to your remote branch
$ git push origin my-feature

After your pull request is merged, you can delete your branch


Made with 💜 by Kaio Silva 👋 See my linkedin

About

Clone of Zoom for study purposes. Technologies that I used to develop this application: NodeJS, SocketIO, PeerJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published