src/main/java/graduation_project_be/ │ ├── 📱 adapter/ # ADAPTER LAYER │ └── web/ │ └── api/ │ ├── controller/ # REST Controllers ...
A fully-featured, console-based Cab Booking System built in Java that demonstrates 15 core Object-Oriented Programming concepts through a real-world ride-hailing simulation. The system covers ...