npx @nestjs/cli new backend
cd backendnpx nest add @nestjs/azure-func-httpnpx nest generate module wishlist
npx nest generate service wishlist
npx nest generate controller wishlistnpm i @nestjs/azure-databaseAdd the AzureHttpRouter!
cd ..
npx @angular/cli new frontend
cd frontend
npx ng add @azure/ng-deploy \
--manual \
--account=wishlist2019 \
--resourceGroup=wishlist2019
npx ng generate service wishlist
npx ng add @angular/material
# Backend
npm run build
func azure functionapp publish wishlist12341. install azure cli & Function core tools
# Frontend
npx ng build --prod
npx ng deploymitko@dev-thought.cool
@MTschimev
Mitko Tschimev
mitko@dev-thought.cool
@MTschimev
Mitko Tschimev
Repository with the coding session: