This is an Online cab booking application called Safar Which provide rest api services for booking cab and for managing users with two roles admin and User with interactive api services.
- User Module
- Cab Managment Module
- Driver Managment Module
- Booking Managment Module
- Wallet Managment Module
- HTML
- JavaScript
- CSS
- Spring Boot
- Maven
- Spring Data Jpa
- Hibernate
- Spring Security
- Mysql
- Lombok
- Swagger
- User can login ,signin and Book the cab.
- Admin can manage All Users , Cab Drivers and their cab.
Gihub Link-> https://github.com/akt0001c/fearful-doll-6867.git
- Ankit Choubry
- Aman Kumar
- Susheel Kumar
- Dhanushpriyan
https://localhost:888/
http://localhost:8888/swagger-ui/
POST //signIn
: Admin can login with Email and password provided at the time of registration
POST localhost:8888/signIn
- Request Body
{
"username": "[email protected]",
"password": "admin"
}