Skip to content

Tushar-go/mern_youtube_clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mern_youtube_clone

Youtube Clone built with Mern Stack

image

image

image

image

Tech stack Used

  1. Mongodb
  2. Firebase
  3. Nodejs
  4. Express.js
  5. React.js
  6. Docker
  7. React Redux

Contribute

  1. Fork the Repository

  2. Clone the Forked Repository to your local machine.

    git clone https://github.com/<your GitHub user name>/mern_youtube_clone.git.
    
  3. Change the directory to Data structure and algorithm.

    cd mern_youtube_clone
  4. Add remote to the Original Repository.

    git remote add upstream https://github.com/mnnkhndlwl/mern_youtube_clone.git
    
  5. Check the remotes for this repository.

git remote -v
  1. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).
git pull upstream main
  1. Create a new branch.
git checkout -b <your_branch_name>
  1. Perform your desired changes to the code base.

  2. Track your changes:heavy_check_mark: .

git add . 
  1. Commit your changes .
git commit -m "Relevant message"
  1. Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>
  1. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.

  2. Add appropriate title and description to your pull request explaining your changes and efforts done.

  3. Click on Create Pull Request.

  4. Voila! You have made a PR to this repo. Sit back patiently and relax while your PR is reviewed

Note :- To run the app in your system you need to add .env file in both client and server folder

client side env file

image

server side env file

image

you need to setup new project in firebase and enable storage and signin with google option

Show your support

Give a ⭐ if you like this repo.

Contributors

About

Youtube Clone built with Mern Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 1.3%
  • Other 0.9%