Skip to content

Study4/CrudBlazorServer

Repository files navigation

CrudBlazorServer

CRUD Front-End use BlazorServer mode

目標

  • .NET Core 3.0
  • ASP.NET Core Blazor ( BlazorServer mode ) CRUD Sample
    • Docker Support ( Dockerfile )
  • Support gPRC , this call CrudGrpcAspNetCore , need this project
    • only implement GetAll
  • DockerFile support dotnet build and build docker image
  • Dcoker-Compose Support
    • Docker-Compose support Web API ( need download Web API docker image , is auto )
    • Dcoker-Compose support SQL Server Linux Container
    • not Support GrpcService

Issue

  • Docker not use SSL

How use

dotnet

need LocalDB

dotnet build dotnet run

go to https://localhost:4001/api/values

docker

need install docker

docker-compose build docker-compose up

go to https://localhost:4001

About

CRUD Front-End use BlazorServer mode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •