Courier Management System
Abstract
This Django-based application aims to streamline
courier management by integrating functionalities
such as parcel tracking, feedback collection,
employee management, and courier status updates.
The system uses MySQL as the backend database
and enables users to track the status of their
couriers in real-time by interacting with the system
through web interfaces. The feedback mechanism
provides valuable insights into the service quality
through a user-friendly display of feedback data,
including a pie chart visualization of feedback
rankings. Employees and admins can update parcel
status and track courier movement on a dynamic
map. The system also supports file uploads for
images associated with parcels, leveraging Django's
file handling capabilities. Key features include
parcel tracking with dynamic updates, interactive
map integration, courier feedback collection, and
an employee login system for secure access to
administrative actions. The application provides a
comprehensive approach to courier service
management, offering both user-friendly interfaces
and efficient backend processes for tracking, status
updates, and feedback analysis
