Typing SVG
Welcome to the Bus Reservation System Portal! This project aims to simplify travel by allowing users to search, select, and reserve bus tickets seamlessly, making their journey easy and convenient.
HTML5, CSS3, Java, JavaScript, Bootstrap, Git, GitHub
MySQL
https://github.com/Rajmalpankaj786/ReadyToRide_BusReservationSystem.git
spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver password: rajmal url: jdbc:mysql://localhost:3306/bus_reservation_database username: root jpa: hibernate: ddl-auto: update show-sql: true