- 此APP會將每一筆對路由(endpoint)的請求紀錄:
- 輸出至終端
- 顯示在瀏覽器中
- 寫入requestLogs資料夾中的requestLogs.txt檔案中
- 可下載純文字格式的請求紀錄檔案
請開啟終端機依序進行以下操作:
git clone https://github.com/tzynwang/ac_assignment_2-3_middleware.git
cd ac_assignment_2-3_middleware
npm install
npm run dev
- 使用瀏覽器開啟:
http://localhost:3000
即可瀏覽本專案 - 點擊專案畫面中的綠色框線按鈕來發送請求
- 對終端機按下兩次
Ctrl/Command + C
即可結束本專案