Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akt0001c/busreservationsystem
Bus Reservation System: A Java console application utilizing JDBC for MySQL connectivity. Features separate admin and user modules for efficient bus seat management and reservations. Explore the codebase to witness streamlined interactions and robust functionality.
https://github.com/akt0001c/busreservationsystem
java java-8 mysql
Last synced: 3 days ago
JSON representation
Bus Reservation System: A Java console application utilizing JDBC for MySQL connectivity. Features separate admin and user modules for efficient bus seat management and reservations. Explore the codebase to witness streamlined interactions and robust functionality.
- Host: GitHub
- URL: https://github.com/akt0001c/busreservationsystem
- Owner: akt0001c
- Created: 2023-03-28T12:09:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T03:18:05.000Z (11 months ago)
- Last Synced: 2023-12-10T04:19:43.323Z (11 months ago)
- Topics: java, java-8, mysql
- Language: Java
- Homepage: https://drive.google.com/file/d/1L09UbTLdAD9NPXcjDx1MDzVznJne-55u/view?usp=sharing
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bus Reservation System. #
***Explore the Bus Reservation System, a dynamic console-based Java application designed with JDBC to seamlessly connect to MySQL databases. With distinct modules for both administrators and users, this project offers a comprehensive solution for efficient bus seat management and reservations. Dive into the codebase to witness how JDBC facilitates robust interactions with MySQL, empowering administrators with administrative features and users with a streamlined reservation process.***## Modules ##
- Admin
- User
## Text Stack ##
- java
- JDBC
- MySql## Features ##
- Admin can manage bus database
- Admin can see all the bookings
- user can registered himself
- user can login
- user can book a ticket## ER DIGRAM ##
![bussystem](https://user-images.githubusercontent.com/110126989/229400887-b147b6e8-e794-46e6-b86a-b98e28b197d5.png)