Git Product home page Git Product logo

abishekatl / bus-reservation-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tejasmedade/bus-ticket-reservation-system

0.0 0.0 0.0 2.33 MB

Designed a C.L.I based application for Bus Ticket Reservation System, which allows passengers to browse the Bus Schedule / Timetable and a Reserve Tickets for their journey, using JAVA with J.D.B.C and MySQL Database as a part of learning curve in Masai School.

Java 100.00%

bus-reservation-system's Introduction

Logo

Bus Reservation System

C.L.I BASED APPLICATION

The MSRTC Board developed this application, which allows Passengers to browse the Bus Schedule / Timetable and arrange a Reservation for their trip.

The application's primary objective is to provide Passengers with both a Simple & User-Friendly Reservation Experience.

The application will be used by the two categories of users:

  • Admin (Administrator)

  • User (Passenger)

Tech Stack

  • JAVA
  • J.D.B.C
  • MYSQL

System Structure

The platform allows a passenger to browse through the bus schedule and make a reservation, as well as the Administrator to add buses, routes, view and confirm customer reservations.

When a person books or reserves a ticket, the reservation goes to Administrator for confirmation and the status is set as "Waiting" for the particular reservation.

Once the Administrator verifies and confirms the reservation, the status changes from "Pending / Waiting" to "Confirmed".

  • Administrator

    • Add New Buses into Depot
    • Remove Buses from Depot
    • Add New Route into Timetable
    • Delete Route from Timetable
    • Confirm Passenger's Reservations
  • User / Passenger

    • Book New Reservations
    • Cancel Reservations
    • Check Reservations Status

Setting & Installation

Install the Spring Tools Suite

https://spring.io/tools

Install MySQL Community Server

https://dev.mysql.com/downloads/mysql/

Clone the Project

git clone https://github.com/TejasMedade/taboo-lock-5540

Open MySQL Server

Create a New Database in SQL: Bus_Reservation_System 

Go to the Project Directory & Open SQL Folder > SQL Tables

Create The Same Tables in Your Bus_Reservation_System Database 

Create a Admin For Your Database

INSERT INTO ADMIN VALUES('Admin_01','Admin@01');

Run Locally

Go to the Project Directory

Open the Bus_Ticket_Reservation_System Folder With S.T.S 

Go to Build Path > Libraries > Class_Path

 Add the Jar File Present in JDBC Driver As External Jar

Go to Utility Package > Data Base Utility

Connection = DriverManager.getConnection(url, "root", "ENTER YOUR SQL SERVER PASSWORD");

Go to Run Package

NOTE : Insert Data Into Database Either Through Application OR Through MySQL By Entering the Queries From SQL Queries  
Run as Java Application !

Demo

Screenshots

Contributions

Contributions are always Welcome !

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are Greatly Appreciated.

If you have a suggestion that would make this application better, Please fork the repo and create a pull request. You can also connect with me for further development of this application !

Don't forget to give the project a star ! Thank You !

๐Ÿ”— Contact Me

portfolio

linkedin

twitter

Authors

Acknowledgements

bus-reservation-system's People

Contributors

tejasmedade avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.