A RESTful API built with .NET for:
- Tracking parcels
- Managing delivery addresses
- Estimating delivery times
- Viewing parcel analytics
Ensure you have the .NET SDK installed.
# Clone the repository
git clone https://github.com/MuhammedDotNet/Parcel-Tracking-API.git
# Navigate to the project directory
cd Parcel-Tracking-API
# Run the API
dotnet run --project src/ParcelTracking.Apidotnet test