Skip to content

ALPHACamp/forum-express-grading-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 組帳號以利驗收:

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •