An ongoing project to showcase/test different technologies. The current state of the project is the following:
.
├── src/
│ ├── client/
│ │ └── Auctioneer.Web.Svelte
│ └── server/
│ ├── Auctioneer.API
│ ├── Auctioneer.Application
│ ├── Auctioneer.EmailService
│ ├── Auctioneer.GraphQL
│ ├── Auctioneer.gRPC
│ ├── Auctioneer.MessageContracts
│ └── Auctioneer.NotificationService
└── test/
├── Auctioneer.API.IntegrationTests
├── Auctioneer.Application.UnitTests
└── PerformanceTests
Petter Zidén - pziden@gmail.com
Project Link: https://github.com/PetterZiden/Auctioneer