Back-end for CodeHub
- Run
npm i
to install the dependencies. - Then run
npm start
oryarn start
to 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 [email protected]:CodeHub-BD/CodeHub-Backend.git
to add the main repository as upstream in your local repository. - Now whenever you start working on this project run
git pull upstream master
before changing any file. - Then run
git push origin master
to update your remote repository to the latest version.