Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradygaster/woodgrovebank
https://github.com/bradygaster/woodgrovebank
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradygaster/woodgrovebank
- Owner: bradygaster
- Created: 2022-02-06T09:02:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T06:32:13.000Z (3 months ago)
- Last Synced: 2024-10-24T08:21:59.754Z (3 months ago)
- Language: C#
- Size: 361 KB
- Stars: 28
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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