Skip to content

Demo application built with the Blazor client-side hosting model (WebAssembly) and .NET Core REST APIs secured by a JWT service.

License

Notifications You must be signed in to change notification settings

pgmolloy/BlazorCrud

 
 

Repository files navigation

BlazorCrud

Build Status

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 ([email protected] / Password123).

  • Blazor CRUD Application - A client side hosted WASM application built using Blazor. The application highlights CRUD data entry for entities, data pagination, client-side validation using Data Annotations, and authentication and authorization using JWT tokens.
  • Blazor CRUD REST API - A REST API for CRUD with non-read API calls secured with JWT. The API includes a call to authenticate users and receive a JWT bearer token.

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

  • GitHub Source Code Repository - All source code is stored in the GitHub repository, which is where you currently find yourself.
  • Azure DevOps for CI/CD - Azure DevOps is used for continunous integration and continuous delivery (CI/CD). Builds and deployments are initiated with every cheackin to the main brach of the solution in GitHub.

Features

  • Online Demo Site to Explore the Application
  • CI/CD Using Azure DevOps
  • Dashboard Page
  • Entity Lists with Pagination and Search
  • Data Entry Forms with Validations
  • File Upload and Download Using JavaScript Interop
  • REST Interfaces with Swagger Documentation
  • Javascript Web Token (JWT) Authentication
  • Automation of Azure Infrastructure Setup
  • Data Generation to Pre-Populate Thousdands of Entity Records

Open Source Used

About

Demo application built with the Blazor client-side hosting model (WebAssembly) and .NET Core REST APIs secured by a JWT service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.2%
  • C# 38.1%
  • CSS 1.1%
  • JavaScript 0.6%