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

KapilKumar7/Online-cab-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

pricey-secretary-8466

Swagger ui-http://localhost:8088/swagger-ui/ Use swagger after Starting spring Application to get details about API's

Frontend-https://online-cab.netlify.app/

Cab Booking Application

It is built to support all the functionality related to managing a taxi booking system. We will discuss each aspect of this project in detail for enhanced understanding. The Taxi 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 taxis, managing taxis, drivers, payments, etc. On the other hand, Users can register themselves, log in using the login credentials, view and book the taxi, 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 taxis 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 taxis available. Users can search taxis 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

Er-diagram

Tech Stack

  • Java
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • MySQL
  • lombok
  • HTML
  • CSS
  • JS
  • BOOTSTRAP

Modules

  • Login, Logout Module
  • Driver Module
  • Customer Module
  • Admin Module
  • TripBooking Module

Functions of Admin, Customer, 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.

Contributors

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages