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

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.

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.