whiteducksoftware / sample-mvc

Simple ASP.NET Core MVC demo application with GitHub actions and Azure DevOps pipelines and a dash of Docker.

Home Page:https://whiteduck.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi! I am Fred

This is a simple ASP .NET Core 6.0 MVC Demo application that you can use to demonstrate e. g. containerization or deployments. The MVC Demo app can be extended with a simple Web API.

Usage

Just clone this repository, jump into the src/WebApp folder and start the application using dotnet run

Or run the containerized application using docker run -dp 8080:8080 ghcr.io/whiteducksoftware/sample-mvc:fred

Actions Status

Tags

List of available tags for sample-mvc image:

  • fred
  • frida
  • fred-cap
  • fred-easter
  • fred-pirate
  • fred-xmas
  • fred-kube
  • fred-mvp

About

Simple ASP.NET Core MVC demo application with GitHub actions and Azure DevOps pipelines and a dash of Docker.

https://whiteduck.de

License:MIT License


Languages

Language:C# 46.1%Language:Dockerfile 15.6%Language:HTML 13.6%Language:Mustache 11.0%Language:CSS 8.6%Language:PowerShell 3.8%Language:JavaScript 1.3%