Home

Awesome

dotnet-blazor-crud

Build Status Docker Image Version (latest by date)

Blazor CRUD is a demo application built with the Blazor framework using the client-side hosting model with WebAssembly in the browser invoking .NET Core REST APIs secured by a JWT service. To browse the two components of the application, follow the links below. For authenticated pages and APIs, use the credentials (admin / admin).

Blazor CRUD uses the following DevOps environment and tools to support a CI / CD process:

Screens

Home page with BlazorCRUD features

BlazorCrud Home Page

Login page

BlazorCrud Login Page

Paginated results and search

BlazorCrud Search Page

Edit page for complex objects with validations

BlazorCrud Data Edit

Features

Motivation and Credits

I would not have got this project completed without the vast knowledge of experienced peers at my disposal. Referenced below are items that were specifically helpful with specific functional attributes of the solution.