A small distance courier service application built using .NET 8.0, implemented as a Console Application and structured using Clean Architecture principles.
The courier service is responsible for:
- Accepting packages with weight and distance
- Selecting packages that can be delivered within vehicle capacity
- Calculating delivery cost
- Applying delivery rules
- .NET 8.0
- C#
- Console Application
- Clean Architecture