An open API service indexing awesome lists of open source software.

https://github.com/sgrprmnk/distinct-pump-2117

World Tourist (Bus Ticket Reservation System); to cater the needs of the travelling passengers. Fully functional with Data Access Object design pattern; handled All types of Exception including checked Exception; Register-SignIn
https://github.com/sgrprmnk/distinct-pump-2117

core corejava dao-design-pattern exception-handler java jdbc mysql-database register signin

Last synced: 19 days ago
JSON representation

World Tourist (Bus Ticket Reservation System); to cater the needs of the travelling passengers. Fully functional with Data Access Object design pattern; handled All types of Exception including checked Exception; Register-SignIn

Awesome Lists containing this project

README

          

# 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