Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 739 Bytes

README.md

File metadata and controls

executable file
·
28 lines (21 loc) · 739 Bytes

Pizza Order System

Laravel pizza order system with admin panel and user panel

What admin can do

  • Create, edit or delete category
  • Create, edit or delete pizza products
  • Manage order lists from users
  • Change user accounts to admin and vice versa
  • Delete accounts
  • Check feedback from users
  • Update own profile and password

What user can do

  • Search pizza products or check products detail
  • Add products to cart and manage cart
  • Order products to admin
  • Send feedback to admin
  • Update own profile and password

Languages and Packages

  • Bootstrap and Blade for UI
  • jQuery for dynamic UI and functions
  • Laravel Jetstream for authentication
  • MySQL for database