SeptiawanAjiP / dewakoding-kasir

Web Kasir / POS Menggunakan Laravel Livewire 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dewakoding Kasir

image

Dewakoding Kasir is a simple Point of Sale (POS) or cashier application built using Laravel, Livewire 3, and Bootstrap. This application is designed to help small business owners manage their sales transactions more efficiently.

Table of Contents

Features

  • Product management: Easily add, edit, and delete products.
  • Sales transactions

Installation

  1. Clone the repository:

    https://github.com/SeptiawanAjiP/dewakoding-kasir.git
  2. Navigate to the project directory:

    cd your-project
  3. Install PHP dependencies:

    composer install
  4. Copy the .env.example file to .env and configure your database:

    cp .env.example .env
  5. Generate the application key:

    php artisan key:generate
  6. Create symlink

    php artisan storage:link
  7. Migrate the database:

    php artisan migrate --seed
  8. Start the development server:

    php artisan serve

Usage

Visit http://localhost:8000 in your browser to access the web-based landing page generator.

To do

(soon)

About

Web Kasir / POS Menggunakan Laravel Livewire 3


Languages

Language:PHP 79.4%Language:Blade 20.4%Language:JavaScript 0.2%