We are aiming to provide a marketplace and an online self-sustainable business model which would connect farmers to potential buyers of stubble. In this way the stubble burning could be stopped and could be used in an efficient way. For brief information, check out our presentation slides naming sih2020.pptx.
Welcome to the SIH 2020 wiki!
- Fork the Repo
- Clone the Repo from the Fork -
git clone <link-from-fork>
git remote add upstream https://github.com/princebansal42/SIH2020.git
Making Changes to Code
- Create a branch Before pushing the code to Fork ,execute these commands to sync to the main repo
git fetch upstream
git checkout master
git merge upstream/master