This is a simple Java-based Restaurant Management System that allows users to place orders, calculate totals, and handle payments. It's a console application designed for educational purposes.
- Menu display with item names, prices, and order options.
- Ability to place orders for different menu items.
- Calculation of the total order amount.
- Handling of payments and providing change.
-
Clone the repository:
git clone https://github.com/Rakesh0045/RestaurantManagement.git
-
Navigate to the project directory:
cd restaurant-management
-
Compile and run the Java program:
javac OrderingSystem.java java OrderingSystem
-
Follow the on-screen instructions to place orders and complete transactions.
- Java Development Kit (JDK) installed
Contributions are welcome! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.