ReadyToRide Bus Reservation System Portal

Typing SVG

Contributors

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.

Features

Tech Stack & Languages used

HTML5, CSS3, Java, JavaScript, Bootstrap, Git, GitHub

Libraries & Frameworks

Databases

MySQL

Modules

Getting Started

  1. Clone the repository using the command: https://github.com/Rajmalpankaj786/ReadyToRide_BusReservationSystem.git
  2. Open MySQL, create a new database, and create an application.yml file:
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
        
  • Compile and run the Java application to launch the console-based shopping platform.
  • Deployed Link: Add your deployed link here