Skip to content

Latest commit

 

History

History
84 lines (72 loc) · 3.71 KB

README.md

File metadata and controls

84 lines (72 loc) · 3.71 KB


Resturant Menu Dashboard

Features

List the key features your restaurant menu app offers:

Manage categories and subcategories Create and edit menu items with descriptions, prices, and images Display menu items in an organized and visually appealing layout Potentially: User authentication for different roles (e.g., admin, waiter)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • Vue
  • Laravel

Installation

Below you can find instruction to intall the app.

  1. Clone the repo
    git clone https://github.com/danialhamod/Restaurant-Menu.git
  2. Install NPM packages
    npm install
  3. Install composer packages
    composer install
  4. Create db and .env file with db config
  5. Run those commands
    php artisan key:generate
    php artisan migrate --seed
    npm run dev
    php artisan serve
  6. Open http://localhost:8000 and start using the dashboard