Skip to content

devboyarif/order-management-system

Repository files navigation

Order Management System With TALL (TAilwind, Alpinejs, Livewire, Laravel)

This is a simple order management system. It is built with TALL (TAilwind, Alpinejs, Livewire, Laravel) stack

Key Features

  • TALL (Tailwind, Alpinejs, Laravel, Livewire)
  • Managing Categories
  • Managing Products
  • Managing Order
  • Dynamic Chart
  • Profile Management
  • Profile Setting Management
  • Beautiful User Interface
  • Organized & Maintainable Code
  • and many more.
  • Setup

    # Clone the repo
    git clone https://github.com/devboyarif/quiz-system.git
    
    # Install composer dependency
    composer install
    
    # Install node modules 
    npm install / yarn
    
    # Copy environment file
    cp .env.example .env
    
    # Set the Application key
    php artisan key:generate
    
    # setup the database credentials and migrate database with seeders
    php artisan migrate --seed
    

    Development Server

    Start the development server on http://localhost:8000

    php artisan serve
    npm run watch / yarn watch
    ``

    Releases

    No releases published

    Packages

    No packages published

    Languages