Skip to content

The Online Cab Booking Service REST API provides essential CRUD operations for a cab booking platform. It includes modules for Login, Admin, Customer, Driver, Cab, and Booking Management. With JWT token authentication, it ensures secure access for Admin, Customer, and Driver roles.

Notifications You must be signed in to change notification settings

Abhii-07/RideEasy-Online-Cab-Booking-Service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RideEasy - Cab Service App

RideEasy is an online cab booking service that provides a REST API for users to book and manage cab rides. The REST API allows users to perform all the fundamental CRUD (Create, Read, Update, Delete) operations associated with a cab booking application. It incorporates user validation at every step to ensure secure and authenticated interactions.

🛠️ Tech Stack

Client:HTML, CSS, JavaScript | Server: Java, Spring Boot, Spring Data JPA, MySQL, Hibernate, Spring Security


🚀 Features

  • JWT Token-based authentication for admins, customers, and drivers.
  • Admin module with administrator privileges for managing the entire application.
  • Customer module allowing users to register, log in, and obtain valid JWT tokens.
  • Driver module enabling drivers to register, log in, and obtain valid JWT tokens.

💖 Credits

This project was created by Abhijeet Hiwale

About

The Online Cab Booking Service REST API provides essential CRUD operations for a cab booking platform. It includes modules for Login, Admin, Customer, Driver, Cab, and Booking Management. With JWT token authentication, it ensures secure access for Admin, Customer, and Driver roles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 45.9%
  • JavaScript 32.5%
  • CSS 13.0%
  • HTML 8.6%