서버리스로의 마이그레이션 평가

완료됨

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 앱으로 전환하는 것입니다. 프런트 엔드 코드는 동일하게 기본.