Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joeltennant/budgetr_private
- Owner: joeltennant
- License: gpl-3.0
- Created: 2024-06-17T22:48:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T23:20:07.000Z (5 months ago)
- Last Synced: 2024-10-14T05:22:32.424Z (2 months ago)
- Topics: accounting, accounting-software, blazor, blazor-server, budget, budgeting, budgeting-application, cqrs, entity-framework, entity-framework-core, mediatr
- Language: C#
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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