This is an Eclipse project for a simple coffee ordering system with a Swing GUI.
- Add new coffee items to the menu.
- View the list of available coffees.
- Place orders for selected coffees.
- Track order status (completed, failed, pending).
- Java Development Kit (JDK) 8 or higher
- MySQL database
-
Clone the repository to your local machine.
-
Import the project into Eclipse IDE.
-
Set up the MySQL database by executing the provided SQL script (
database.sql
) to create the necessary tables and populate initial data. -
Build and run the project.
- Launch the application.
- Navigate through the menu to view available coffees.
- Select the desired coffee and specify the quantity.
- Place the order.
- Track the status of your orders.
Contributions are welcome! If you find any issues or have suggestions for improvement, please feel free to submit a pull request.
This project is licensed under the MIT License
- This project was inspired by the need for getting points in a Java course.