Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.21 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.21 KB

World Tourist (Bus Ticket Reservation System)

## World Tourist is a Bus Ticket Reservation System strictly followed Data Access Object design Pattern

Authentication

  • Customer
  • Admin

Flow Diagram

ER Diagram

Model

  • Admin
  • Bus
  • Customer
  • BusCustomerDTO
  • Contact
  • ContactCustomerDTO
  • CustomerBusDTO

Backend Work

  • Proper Exception Handling
  • Proper Input Validation
  • Data Stored in the database(mySQL)
  • User Authentication of signUp, Login and Logout

Tech Stack

  • Core Java
  • JDBC
  • MYSQL

Output & Operation

Click Here to show output

Updated

  • Apps like looks feature developed
  • Bug fixes
  • clean code