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)
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.
Below you can find instruction to intall the app.
- Clone the repo
git clone https://github.com/danialhamod/Restaurant-Menu.git
- Install NPM packages
npm install
- Install composer packages
composer install
- Create db and .env file with db config
- Run those commands
php artisan key:generate php artisan migrate --seed npm run dev php artisan serve
- Open http://localhost:8000 and start using the dashboard