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.
- Product management: Easily add, edit, and delete products.
- Sales transactions
-
Clone the repository:
https://github.com/SeptiawanAjiP/dewakoding-kasir.git
-
Navigate to the project directory:
cd your-project
-
Install PHP dependencies:
composer install
-
Copy the
.env.example
file to.env
and configure your database:cp .env.example .env
-
Generate the application key:
php artisan key:generate
-
Create symlink
php artisan storage:link
-
Migrate the database:
php artisan migrate --seed
-
Start the development server:
php artisan serve
Visit http://localhost:8000
in your browser to access the web-based landing page generator.
(soon)