DelicacyFood / delicacyfood_mysql

๐Ÿ—‚๏ธ Manajemen dan Administrasi Healthy Food Restaurant

Home Page:https://zharmedia.my.id/delicacyfood/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delicacy Food - Healthy Food Restaurant Management System

Aims to provide information systems for some kinda features and user's roles of any small business that focus on food sales and support SDGs by encouraging certain small business in around indonesia to have a decent work and economic growth

Requirements

  • PHP 8.0 or higher
  • Database (e.g., MySQL)
  • Web Server (e.g., Apache, Nginx, IIS)

Installation

  • Install Composer and Npm
  • Clone the repository: git clone https://github.com/DelicacyFood/delicacyfood_mysql.git
  • Install dependencies: composer install ; npm install ; npm run dev
  • Run cp .env.example .env for create .env file
  • Run php artisan migrate --seed for migration database
  • Run php artisan storage:link for create folder storage
  • Detail login, Username : admin Password 123456
  • Run php artisan queue:listen for run queue

Features

1. Customer

  • Login/logout and register
  • See all of the food menus
  • Order the menus
  • Confirm the order
  • Top up saldo
  • Purchase the products
  • Download CSV invoice files
  • Check all of the own sales
  • Edit user's profile
  • Update password
  • Make a chat with WhatsApp bot

2. Waiter

  • Login/logout and register
  • Confirm users's payment
  • Confirm users's top up
  • Check all of sales and orders from the all users
  • See the details orders of any users
  • Update password

3. Manager

  • Login/logout and register
  • Check all of sales and orders from the all users
  • See the details orders of any users
  • Download sales record as an CSV files format
  • Update password
  • Analyze order records in certain times

4. Driver

  • Login/logout and register
  • Confirm to deliver any 'payment completed' sales
  • Update password

Menus

  • Avocado Salad
  • Fettucini
  • Fusilli
  • Linguine
  • Drained Grain
  • Protein Grain
  • Oat
  • Cocktail
  • Mint Squash
  • Milked Iced Coffee
  • Bread Soup
  • Carrot Soup
  • Curry Soup
  • Barbeque Salad
  • Home Salad
  • Salad Bowl
  • Fish Salad
  • Spinach Salad
  • Ice Cream
  • Yoghurt
  • Smoothies
  • Fruit Salad

Flow Application

Relational Data Model

Demo

Here's the quick demo of the app : https://zharmedia.my.id/delicacyfood/

License

MIT

Screenshots

Home Page

Dashboard Page

Menu Page

Cart Page

Invoice Page

Driver Page

Restaurant Sales Record Page

Top up Page

User Profile Page

Analyze Order Records Page

About

๐Ÿ—‚๏ธ Manajemen dan Administrasi Healthy Food Restaurant

https://zharmedia.my.id/delicacyfood/

License:MIT License


Languages

Language:HTML 71.0%Language:Blade 12.1%Language:PHP 7.9%Language:Less 7.0%Language:Python 1.8%Language:JavaScript 0.1%Language:Vue 0.0%Language:Shell 0.0%Language:Procfile 0.0%