Youtube Clone built with Mern Stack
- Mongodb
- Firebase
- Nodejs
- Express.js
- React.js
- Docker
- React Redux
-
Fork the Repository
-
Clone the Forked Repository to your local machine.
git clone https://github.com/<your GitHub user name>/mern_youtube_clone.git.
-
Change the directory to Data structure and algorithm.
cd mern_youtube_clone
-
Add remote to the Original Repository.
git remote add upstream https://github.com/mnnkhndlwl/mern_youtube_clone.git
-
Check the remotes for this repository.
git remote -v
- 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
- Create a new branch.
git checkout -b <your_branch_name>
-
Perform your desired changes to the code base.
-
Track your changes:heavy_check_mark: .
git add .
- Commit your changes .
git commit -m "Relevant message"
- Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>
-
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. -
Add appropriate title and description to your pull request explaining your changes and efforts done.
-
Click on
Create Pull Request
. -
Voila! You have made a PR to this repo. Sit back patiently and relax while your PR is reviewed
you need to setup new project in firebase and enable storage and signin with google option
Give a ⭐ if you like this repo.