https://github.com/aimaster-dev/kitchencommerce
A modern restaurant e-commerce platform built with Laravel. Manage menus, inventory, and orders with ease. Supports admin, staff, and customer panels for a seamless online dining experience. Easy to customize and deploy for any food business.
https://github.com/aimaster-dev/kitchencommerce
admin-panel blade customer dashboard delivery dine-in ecommerce food-ordering inventory laravel menu online-orders php pos reservations restaurant-management staff tailwindcss webapp
Last synced: 18 days ago
JSON representation
A modern restaurant e-commerce platform built with Laravel. Manage menus, inventory, and orders with ease. Supports admin, staff, and customer panels for a seamless online dining experience. Easy to customize and deploy for any food business.
- Host: GitHub
- URL: https://github.com/aimaster-dev/kitchencommerce
- Owner: aimaster-dev
- Created: 2025-06-17T13:34:40.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-06-17T14:35:22.000Z (11 months ago)
- Last Synced: 2025-06-17T14:41:47.811Z (11 months ago)
- Topics: admin-panel, blade, customer, dashboard, delivery, dine-in, ecommerce, food-ordering, inventory, laravel, menu, online-orders, php, pos, reservations, restaurant-management, staff, tailwindcss, webapp
- Language: Blade
- Homepage:
- Size: 26.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KitchenCommerce
**KitchenCommerce** is a modern, full-featured restaurant e-commerce platform built with Laravel. Itβs designed for restaurants, cafes, and food businesses to manage orders, inventory, menus, staff, and customers from a single dashboard.
## π Features
* Online menu & digital ordering
* Admin, staff, and customer panels
* Inventory & kitchen management
* Order tracking and history
* Table reservations and takeaway
* Secure login and user management
* Dashboard analytics and reports
## πΌοΈ Screenshots
Explore the UI and features:
| Admin Dashboard | Menu Management | Order List | Customer Panel |
| :-----------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: |
|  |  |  |  |
| Inventory | Kitchen View | Reservation System | Reports |
| :-----------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------: |
|  |  |  |  |
And many more screens for full control and monitoring!
## π οΈ Tech Stack
* **Backend:** Laravel (PHP)
* **Frontend:** Blade, Tailwind CSS
* **Database:** MySQL
## π¦ Installation
1. **Clone the repo:**
```bash
git clone https://github.com/aimaster-dev/KitchenCommerce.git
cd KitchenCommerce
```
2. **Install dependencies:**
```bash
composer install
npm install
npm run dev
```
3. **Set up environment:**
* Copy `.env.example` to `.env`
* Update your DB credentials
4. **Run migrations & seeders:**
```bash
php artisan migrate --seed
```
5. **Serve the application:**
```bash
php artisan serve
```
6. **Login:**
* Default admin credentials are in the seeders or database.
## β¨ Usage
* Manage menus, orders, and staff from the Admin dashboard.
* Staff can update order status, view reservations, and manage tables.
* Customers can browse the menu, place orders, and view their order history.
## π‘ Contributing
Pull requests are welcome! For major changes, open an issue first to discuss what youβd like to change.
## π License
[MIT](LICENSE)
---
**KitchenCommerce** β The easiest way to digitize and streamline your restaurant business!
---