This project is a ferry tour management system developed as part of an educational assignment or prototype. The application allows users to browse and book ferry tours, while administrators can manage tours, users, and bookings.
- User and admin login system
- View and manage ferry tours
- Customer booking system
- Admin dashboard for monitoring and updates
- Relational database integration
- Java (possibly JavaFX or Swing GUI)
- JDBC or Hibernate (depending on implementation)
- MySQL or compatible relational database
- OOP and basic MVC principles
FerryTourSystemProject/
FerryTourSystemProject/
Car.java
Ferry.java
Main.java
Minibus.java
Side.java
Toll.java
Truck.java
Vehicles.java
WaitingArea.java
## π Getting Started
1. Clone the repository and import the project into your preferred Java IDE (IntelliJ IDEA, Eclipse, etc).
2. Set up your database using provided SQL scripts (check any `sql` or `.sql` files).
3. Update database connection settings in the code if necessary.
4. Run the application.
## π Notes
- Ensure MySQL (or your selected DBMS) is running before launching the project.
- The system may include hardcoded database paths; review and edit configuration files accordingly.
## πΈ Screenshots
_Add screenshots of the UI here if available._
## π License
This project is for educational purposes only.