Skip to content

Online cab booking in spring boot.This system has 3 major modules: Admin Module: For driver registration process and 24/7 customer support. Customer Module: web application to book cab, pay fare, track driver who picks up him/her for journey. Driver Module: web application which shows a booking placed by customer

Notifications You must be signed in to change notification settings

VaibhavTyagi010/Online_CabBookingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Cab Booking Application

It is built to support all the functionality related to managing a Cab booking system. We will discuss each aspect of this project in detail for enhanced understanding. The Cab Booking System project is designed in Spring Boot and Hibernate along with the source code. Admin will be responsible for keeping a check on the booking of cab, managing CabBooking, drivers, payments, etc. On the other hand, Users can register themselves, log in using the login credentials, view and book the Cab, view charges, etc.

we have designed a cab Booking System project in spring boot & hibernate, which has three main roles i.e. Admin and User. Admin is the primary user and can add/remove/update any details related to the system. Admin can manage registered users and drivers. Admin can Add/Remove/Update cab and their details from the system. Admin can also categorize cab accordingly. Admin will be responsible for keeping a check on all the bookings done by users. Admin can View/Confirm/Cancel bookings done by users. Admin can check and manage the availability of cab and also, keep a track of the status of all the cab that are engaged.

Admin can set/update prices and charges of the taxi rides. Admin can manage the drivers and their details.

On the other hand, users can register. Users can search and view the Cabs available. Users can search Cabs by entering the location.

Admin can maintain a database of drivers. Drivers have to register on the portal. Drivers will be able to see the booking done by users and details of users like name, source, and destination location.

Cab Booking Application ER diagram

cab_booking_3

Functions of Admin, Cutomer, Driver

Through admin we can :

  1. Can Log in/Log out of the system.
  2. Admin can View/Edit/Delete taxis into the system.
  3. Admin can View/Confirm/Cancel booking done by the User.
  4. Can check payments done by User.
  5. Can check the availability of cabs and drivers.
  6. Can manage driver staff.
  7. Can change the charge.
  8. Can change password.

Through Customer we can:

  1. Can Log in/Log out of the system.
  2. Can Manage “My profile”.
  3. Can search for cab.
  4. Users can Book/Cancel cabs.
  5. Can change password.

Through Driver we can:

  1. Add a driver in the system.
  2. Update driver details.
  3. Delete a driver from the system.
  4. Get the list of all drivers.
  5. Get the list of all best available(rated>=4.5) drivers.

About

Online cab booking in spring boot.This system has 3 major modules: Admin Module: For driver registration process and 24/7 customer support. Customer Module: web application to book cab, pay fare, track driver who picks up him/her for journey. Driver Module: web application which shows a booking placed by customer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages