Smart Delivery System is a microservices-based logistics platform that automates the entire delivery workflow from order creation to payment processing, delivery tracking, and customer notifications. Built with Spring Boot, Kafka, PostgreSQL, and Docker, it ensures real-time communication between services and high scalability.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
47
commits
Enhance README.md with system architecture, event-driven communication, order lifecycle, and deployment details
77ab521View on GitHubImport necessary entity classes into service and listener components
3e6e9ffView on GitHubAdd delivery sequence, class, and activity diagrams to documentation
e98f9a2View on GitHubAdd README.md for Order Service with features, architecture, and configuration details
157c3d1View on GitHubAdd README.md for Notification Service with features, architecture, and configuration details
3bd78ecView on GitHubAdd README.md for Common Module with usage, build, and testing instructions
1e5229aView on GitHubAdd README.md for Common Module with usage, build, and testing instructions
2008e67View on GitHubAdd initial project files and update README.md with project vision and features
5f712ecView on GitHubAdd technology badges to README.md for Java, Spring Boot, Maven, Docker, Kafka, and JUnit
89cb67eView on GitHubUpdate README.md to include Makefile usage tips and reference to MAKEFILE.md
777429bView on GitHubUpdate README.md to include Makefile usage tips and reference to MAKEFILE.md
afefe76View on GitHubUpdate README.md to include reference to KAFKA.md for Kafka concepts and usage
510244cView on GitHubUpdate README.md to include reference to KAFKA.md for Kafka concepts and usage
a2bdd1eView on GitHubRefactor application configuration for order and payment services; switch to H2 in-memory database and update Kafka settings
72897cdView on GitHub