評估移轉至無伺服器

已完成

為了示範如何將 Node.js Express API 轉移到 Azure Functions,本學習課程模組會使用 GitHub 上的將 Node.js Express 重構為 Azure Functions 範例專案。

下列螢幕擷取畫面顯示具有假期清單的 Angular Vacation Wishlist 應用程式。

Screenshot of the Vacation Wish List sample application.

範例專案存放庫具有下列原始程式碼:

  • 前端 Angular 應用程式: ./src
  • 後端 Express 應用程式: ./server
    • 路由: ./server/routes
    • 記憶體內部資料: ./server/services/data.ts

學習課程模組的目標是將 Express 功能轉移到無伺服器 Azure Functions 應用程式。 前端程式碼會維持不變。