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
- Host: GitHub
- URL: https://github.com/sgrprmnk/distinct-pump-2117
- Owner: sgrprmnk
- Created: 2022-11-08T09:37:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T11:17:52.000Z (over 3 years ago)
- Last Synced: 2025-07-22T13:27:32.375Z (11 months ago)
- Topics: core, corejava, dao-design-pattern, exception-handler, java, jdbc, mysql-database, register, signin
- Language: Java
- Homepage: https://drive.google.com/file/d/1Nq0_Cv96AniTGKZQ4wPN51IXekn63ea5/view?usp=sharing
- Size: 404 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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