It is a system that can help you reserve a bus ticket whenever you plan a trip anywhere. It is a project done by me in just 4 days in Masai. It is a solo project.
- java
- MySQL
- JDBC
- RDBMS
- STS
- Git
- Github
Users of this application:
- Administrator
- Passenger
The roles of the Administrator are:
-
Login
-
Add the bus with details busName, source, destination, busType, departureTime, arrivalTime, and totalSeats.
-
Update bus details (busName , busType & totalSeats only)
-
Delete bus details
-
View all bookings
-
View bookings for a date range
-
View bookings by BusName
-
View bookings by mobileNo of Passenger
-
Logout
The roles of the Passenger are:
- Passengers can sign up.
- Login to his account
- Passengers can see a list of all buses in operation.
- Passengers can book tickets by selecting the bus number.
- Passengers can sign in using a username and password, also they will be able to
- change personal details as well as passwords and sign out.
- Passengers can see their ticket booking history.
- Passengers can delete their account
- Logout his account
- Delete his account