Cab Booking Application

Overview

The application that allows user to book rides

This application helps the user & driver to onboard themselves with basic details and also update the current location.

This application helps the user to find & choose a ride based on driver's location

Table of Contents

Features

  1. The application allows users to book rides on a route.
  2. Users can register themself and make changes to their details.
  3. Driving partner can onboard on the system with the vehicle details
  4. Users can search and select one from multiple available rides on a route with the same source and destination based on the nearest to the user

Technologies

  • Java

Getting Started

Setup Instructions

  • Clone the repository & import the project in your workspace
https://github.com/iamrahulpanchal/cab-booking-app.git
  • Start Application

Project Structure

Name Description
src/com.cbapp/Driver.java Entry Point for the Java Application. Loads the Sample Data & Starts the Application
src/com.cbapp.dto Contains the Data Transfer Objects used to transfer data in the application
src/com.cbapp.entity Contains the Entity Objects used to interact with the database
src/com.cbapp.exception Contains the exception handler for any of the exception in the application
src/com.cbapp.repository Contains the code to interact with the database
src/com.cbapp.service Contains the code to perform the operations in the application.
src/com.cbapp.validation Contains the code to validate the Input data.

Sample Output

Sample Output