Skip to content

A video sharing app where one can share their videos, like and comment on other videos, basically cloning the whole functionality and UI of YouTube.

Notifications You must be signed in to change notification settings

mihir224/youtube-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

MS-Tube

In this project I've tried to create a video sharing app where one can share their videos, like and comment on other videos, basically cloning the whole functionality and UI of YouTube. As of now, routing and database have been implemented on the server side whereas the whole YouTube similar UI has been developed on the frontend side.

NOTE

In production, the data being fetched from the hosted server takes a while thus usually on the first load, it might take about a minute for the contents of the website to load properly

Get started

  1. Clone the repo

    git clone https://github.com/mihir224/youtube-clone

  2. Run npm install to install all of the necessary package

  3. Create a .env file in the project directory to store your mongoDB credentials

  4. Then, in both the client and server directories, run npm start separately.

  5. The project should now be accessible at localhost:3000

About

A video sharing app where one can share their videos, like and comment on other videos, basically cloning the whole functionality and UI of YouTube.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published