Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 487 Bytes

File metadata and controls

26 lines (20 loc) · 487 Bytes

Parcel Tracking API

A RESTful API built with .NET for:

  • Tracking parcels
  • Managing delivery addresses
  • Estimating delivery times
  • Viewing parcel analytics

Getting Started

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.Api

Running Tests

dotnet test