netflix-clone-v.0.0.2
- Front End - React.js
- State Management - Redux Tool Kit
- Route Management - React Router
- Back End - Express.js
- Database - MonogoDB
- Storage - Cloudinary
- Pull Github Repo
- Install Dependencies -
npm install
on both client and backend. - Test your setup -
npm run dev
- Switch to main branch (
git checkout main
) - Create a new branch (
git checkout -b feature/feature_name
) - Make your changes in local repo (
git commit -am "your message"
) - Pull latest changes (
git checkout main
andgit pull
) - Merge main to your branch (
git checkout feature/feature_name
andgit merge main
) - Push your changes to github repo (
git push
) - In github create a Pull Request
- Wait for review and comments
- After review, it will be merged to main branch