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.
Client:HTML, CSS, JavaScript | Server: Java, Spring Boot, Spring Data JPA, MySQL, Hibernate, Spring Security
- 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.
This project was created by Abhijeet Hiwale