- cd to backend
- npm install
- npm run dev
- get repo clone (
git clone repo-url
)
git fetch
, git pull origin main
to be updated with main project
-
create branch (
git branch branch-name
) -
switch branch (
git checkout branch-name
) -
code
-
commit (
git commit -am 'message'
) -
upload branch to github (
git push origin branch-name
) -
create pull request (main <- branch-name)
-
merge request accepting...
git fetch
, git pull origin main
if needed (checkout main branch before pull)
https://drive.google.com/drive/folders/1ZP1B0E97vke3EVm85nY1EDkVLo5AY1wB?usp=sharing