https://github.com/reecerussell/shares
A simple microservice-based system to manage shares I have bought. Built with .NET Core and Angular, and optionally backed by AWS infrastructure.
https://github.com/reecerussell/shares
aws grpc mysql netcore
Last synced: 8 months ago
JSON representation
A simple microservice-based system to manage shares I have bought. Built with .NET Core and Angular, and optionally backed by AWS infrastructure.
- Host: GitHub
- URL: https://github.com/reecerussell/shares
- Owner: reecerussell
- Created: 2020-08-07T10:39:55.000Z (over 5 years ago)
- Default Branch: development
- Last Pushed: 2020-08-20T12:13:31.000Z (over 5 years ago)
- Last Synced: 2025-06-07T23:04:49.014Z (10 months ago)
- Topics: aws, grpc, mysql, netcore
- Language: C#
- Homepage:
- Size: 439 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shares
Shares is a microservice based system, designed to allow me to track what shares I have bought and sold. Overengineered from the get go, I'm using .NET Core microservices following domain-driven design and CQRS design patterns, alongside gRPC for communication between services - then an interface build using Angular 9 + TypeScript. ...could've just used a spreadsheet.