Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joeltennant/budgetr_private

A sample Budgeting app with Blazor Server, using MediatR and CQRS.
https://github.com/joeltennant/budgetr_private

accounting accounting-software blazor blazor-server budget budgeting budgeting-application cqrs entity-framework entity-framework-core mediatr

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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