Parcel Tracker API
Web Programming
Backend for tracking mail shipments, built on Django + DRF.
Token authentication (read-only for anonymous users, full access for authorized users)
Validation of business rules at the serializer level
Logging status changes to a file
Pagination of…