Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 653 Bytes

File metadata and controls

16 lines (11 loc) · 653 Bytes

CodeHub-Backend

Back-end for CodeHub

Running Locally

  • Run npm i to install the dependencies.
  • Then run npm start or yarn start to start the server.

Pull from the main branch to your branch

  • 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.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.