This is a basic demo application that processes orders within a system, leveraging Dapr components to do various things easily.
- Virtual Actors
- Pub/Sub
- Secret Management
- Service Invocation
This repository is also a learning space for me to get comfortable implementing Jason Taylor's Clean Architecture.
You can import the Postman collection and environment from the test/postman-tests
folder in the repository.
This project follows a very similar testing strategy as Microsoft's DevOps test taxonomy with tests ranging from L0 -> L4.
Tests are written using Gherkin syntax.
Tests are written using:
- NUnit
- NSubstitute
- FluentAssertions