Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.14 KB

Coffee Ordering System (Eclipse Project)

This is an Eclipse project for a simple coffee ordering system with a Swing GUI.

Features

  • Add new coffee items to the menu.
  • View the list of available coffees.
  • Place orders for selected coffees.
  • Track order status (completed, failed, pending).

Requirements

  • Java Development Kit (JDK) 8 or higher
  • MySQL database

Installation

  1. Clone the repository to your local machine.

  2. Import the project into Eclipse IDE.

  3. Set up the MySQL database by executing the provided SQL script (database.sql) to create the necessary tables and populate initial data.

  4. Build and run the project.

Usage

  1. Launch the application.
  2. Navigate through the menu to view available coffees.
  3. Select the desired coffee and specify the quantity.
  4. Place the order.
  5. Track the status of your orders.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please feel free to submit a pull request.

License

This project is licensed under the MIT License

Acknowledgments

  • This project was inspired by the need for getting points in a Java course.