Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bradygaster/woodgrovebank


https://github.com/bradygaster/woodgrovebank

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Woodgrove Bank

This repo shows off a banking app built using .NET Aspire and Orleans

## Prerequisites

- As long as you meet the [prerequisites for .NET Aspire](https://learn.microsoft.com/dotnet/aspire/get-started/build-your-first-aspire-app?pivots=visual-studio#prerequisites), you should be good to go.

## Setup

The process of running Woodgrove is as follows:

- Clone this repository
- CD into the `AppHost` directory
- Run `dotnet run`
- Open the `bank` service in your browser from the .NET Aspire Dashboard
- See customers and transations appearing
- Back in the .NET Aspire Dashboard, explore the logs from all the services