Automatic Managing Of Courier
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.
Downloads
References
Sommerville, Ian. Software Engineering
(10th Edition). Pearson Education, 2015.
ii. Pressman, Roger S. Software
Engineering: A Practitioner's Approach
(8th Edition). McGraw-Hill Education,
2014.
iii. Dennis, Alan, Barbara Haley Wixom,
and Roberta M. Roth. Systems Analysis
and Design. Wiley, 2015.
b. Research Papers
i. Gupta, R., & Sharma, P. (2021).
Logistics Management System: A Review
on Digital Transformation and Future
Trends. International Journal of
Advanced Research in Computer
Science, 12(3), 56-61.
ii. Kumar, S., & Raj, R. (2020). Real-Time
Tracking and Route Optimization in
Courier Systems using IoT and AI.
International Journal of Computer
Applications, 177(41), 24-29.
c. Web Resources
i. GeeksforGeeks – Tutorials and code
references for backend and frontend
development.
ii. Stack Overflow – Community-based
troubleshooting and discussions related
to web development issues.
iii. W3Schools – Reference for HTML,
CSS, JavaScript, and PHP
implementation.
iv. GitHub – Code repositories and version
control resources used for project
collaboration.
d. Technologies & Frameworks
i. PHP Official Documentation –
ii. MySQL Reference Manual –
iii. Bootstrap Framework –