Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srenner/collectorregistry
[.NET Blazor]
https://github.com/srenner/collectorregistry
blazor c-sharp sql-server webassembly
Last synced: about 2 months ago
JSON representation
[.NET Blazor]
- Host: GitHub
- URL: https://github.com/srenner/collectorregistry
- Owner: srenner
- License: mit
- Created: 2022-11-29T14:50:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T18:15:26.000Z (over 1 year ago)
- Last Synced: 2023-08-03T19:27:43.714Z (over 1 year ago)
- Topics: blazor, c-sharp, sql-server, webassembly
- Language: C#
- Homepage:
- Size: 489 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CollectorRegistry
Multi tenant automotive registry site using Blazor WebAssembly and SQL Server. Influenced by my own previous [SVO Registry](https://github.com/srenner/svoregistry-v2) project.
The app is developed with rare collector cars in mind, but the registry can also be used to host other collectibles. The primary requirement for a registry site is to have items with unique serial numbers. The registry is particularly useful to check the ownership history of a specific item you are looking to buy.
## Tech in use
C#, .NET 7, SQL Server, Blazor, Docker, Microservices, RabbitMQ, gRPC, Linux## High Level Architecture
![Architecture Diagram](doc/Architecture.drawio.png)
## Useful links
- [gRPC for .NET](https://github.com/grpc/grpc-dotnet)