npx @nestjs/cli new backend
cd backend
npx nest add @nestjs/azure-func-http
npx nest generate module wishlist
npx nest generate service wishlist
npx nest generate controller wishlist
npm i @nestjs/azure-database
Add 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 wishlist1234
1. install azure cli & Function core tools
# Frontend
npx ng build --prod
npx ng deploy
mitko@dev-thought.cool
@MTschimev
Mitko Tschimev
mitko@dev-thought.cool
@MTschimev
Mitko Tschimev
Repository with the coding session: