Back-end for CodeHub
- Run
npm ito install the dependencies. - Then run
npm startoryarn startto start the server.
- Clone your branch of this repository to your pc.
- Turn on terminal inside the folder this repo.
- Run
git remote add upstream git@github.com:CodeHub-BD/CodeHub-Backend.gitto add the main repository as upstream in your local repository. - Now whenever you start working on this project run
git pull upstream masterbefore changing any file. - Then run
git push origin masterto update your remote repository to the latest version.