GitXplorerGitXplorer
k

MoviesAPI

public
11 stars
2 forks
3 issues

Commits

List of commits on branch master.
Unverified
961616bb548e45eee76086b0c053ed8845289070

screenshots | excel table with variable groups

kkolosovpetro committed a year ago
Unverified
f70083f6379965666903d3a182e7828feff1745f

labels update

kkolosovpetro committed a year ago
Unverified
aa8e2f52e1fe0eaa8c5a4ca911f8b3f445824b7e

yaml release pipelines

kkolosovpetro committed a year ago
Verified
0ef6971f3d652e1326debc95bfe76483eb10ea28

Merge pull request #8 from kolosovpetro/sni

kkolosovpetro committed a year ago
Unverified
804c044897fd1be8bbcd8d59de32e4022fff00f5

sni flag true

kkolosovpetro committed a year ago
Unverified
aa50e9c4905064370a97ef6f90b9819caf28e1ea

stage name fix

kkolosovpetro committed a year ago

README

The README file for this repository.

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