Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 522 Bytes

File metadata and controls

24 lines (16 loc) · 522 Bytes

Courier Service

A small distance courier service application built using .NET 8.0, implemented as a Console Application and structured using Clean Architecture principles.


Problem Overview

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

Tech Stack

  • .NET 8.0
  • C#
  • Console Application
  • Clean Architecture