kolosovpetro / MoviesAPI

ASP NET Core WEB API with CQRS Architecture. Example of IIS Azure VM deploy example via Azure pipelines. Contains SSL config for IIS using cert bot.

Home Page:https://dev.azure.com/PetroKolosovProjects/MoviesAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies API

ASP NET Core WEB API with CQRS Architecture. Example of IIS Azure VM deploy example via Azure pipelines. Contains SSL config for IIS using cert bot.

PS. I'd never think that I will come back to this demo project from long past.

Kubernetes commands

  • kubectl apply -f .\mssql-pv.azure.yaml
  • kubectl get deployments
  • kubectl apply -f .\mssql-deployment.yaml
  • kubectl delete -f .\mssql-deployment.yaml
  • kubectl get services
  • kubectl apply -f .\movies-configmap.yaml
  • kubectl get pods -o wide
  • kubectl get endpoints

DO NOT USE DATA CENTER 2022 WINDOWS IMAGE

Required software

Docker commands

  • docker build -t "movies:latest" .
  • docker run -d -p 9000:80 -e "ShouldMigrate=false" --name movies-test-run "movies:latest"

Notes

About

ASP NET Core WEB API with CQRS Architecture. Example of IIS Azure VM deploy example via Azure pipelines. Contains SSL config for IIS using cert bot.

https://dev.azure.com/PetroKolosovProjects/MoviesAPI


Languages

Language:C# 71.4%Language:TSQL 11.3%Language:Shell 9.2%Language:PowerShell 5.8%Language:Dockerfile 2.4%