Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.58 KB

README.md

File metadata and controls

54 lines (30 loc) · 1.58 KB

Restaurant Management System

This project is a simple and efficient Restaurant Management System developed in Bash scripting. It allows restaurant owners or managers to streamline essential operations such as order-taking, bill generation, and menu management.


Project Overview

The Restaurant Management System focuses on creating a user-friendly environment to handle the day-to-day processes of a restaurant effectively. This project serves as a starting point for implementing automation in small-scale restaurants.


Features

  • Menu Management: View, add, and edit menu items.
  • Order Management: Easily take orders and calculate bills.
  • Billing System: Automatically generate customer bills with total calculations.
  • Future Extensibility: Can be enhanced further to include advanced features like reporting or integrating a database.

How It Works

Steps:

  1. Start the Program: Run the Bash script to launch the restaurant system.
  2. Manage Menu: Use options to view, add, or edit items in the menu.
  3. Take Orders: Customers can place orders, and the system calculates the total.
  4. Generate Bills: The script automatically creates a customer bill.

How to Run the Project

  1. Clone this repository or download the script file.
    git clone <repository-link>
    cd Restaurant-Management-System
    
    
  2. Execute the script to start the system:
    ./restaurant.sh
    

Public Presentation Link To better understand the project, you can view the project presentation: https://cutt.ly/ZeXX4kjx.