Skip to content

burakcnaksy0/FerryTourSystemProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Ferry Tour System Project

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.

✨ Features

  • User and admin login system
  • View and manage ferry tours
  • Customer booking system
  • Admin dashboard for monitoring and updates
  • Relational database integration

πŸ›  Technologies Used

  • Java (possibly JavaFX or Swing GUI)
  • JDBC or Hibernate (depending on implementation)
  • MySQL or compatible relational database
  • OOP and basic MVC principles

πŸ“‚ Folder Structure (Top-Level)

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages