Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 894 Bytes

README.md

File metadata and controls

52 lines (40 loc) · 894 Bytes

README

  1. Fork
  2. git clone

初始化

Initialize

git remote add upstream https://github.com/ALPHACamp/forum-express-grading.git  # 建立上游連線
npm install

設定資料庫

需要與 config/config.json 一致

create database forum;

執行測試

npm run test

下載作業規格

以 R01 為例

git checkout -b R01           # 開新分支
git merge origin/R01-test     # 下載作業規格
npm run test                  # 直到綠燈全亮

git add .
git commit -m "...."

繳交作業

git push origin R01           # 上傳本地進度

接著改成到 GitHub 來發 PR。

共用帳號

請一律設定下面 2 組帳號以利驗收: