Skip to content

A sample Budgeting app with Blazor Server, using MediatR and CQRS.

License

Notifications You must be signed in to change notification settings

joeltennant/BudgetR_Private

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BudgetR

Introduction

This is a sample application for a full-stack .Net app. It also serves as a playground for creating a budgeting and financial application.

The application is using MediatR to facilate a CRQS approach. Because the application is using Blazor Server, the mediator pattern helps to isolate the back-end processes behind a logical wall that can only be accessed through MediatR handlers.

Running Locally