a simple pos built with laravel and react | aplikasi POS sederhana dibuat dengan laravel dan react
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
arm e35ba8e944 add http secure aware 1 year ago
app add http secure aware 1 year ago
bootstrap init 🎉 1 year ago
config init 🎉 1 year ago
database create sale 1 year ago
lang/en init 🎉 1 year ago
public init 🎉 1 year ago
resources create sale 1 year ago
routes create sale 1 year ago
storage init 🎉 1 year ago
tests init 🎉 1 year ago
.editorconfig init 🎉 1 year ago
.env.example add http secure aware 1 year ago
.gitattributes init 🎉 1 year ago
.gitignore init 🎉 1 year ago
Dockerfile add http secure aware 1 year ago
README.md prepare model 1 year ago
artisan init 🎉 1 year ago
composer.json init 🎉 1 year ago
composer.lock init 🎉 1 year ago
default.conf init 🎉 1 year ago
docker-compose.yml add http secure aware 1 year ago
jsconfig.json init 🎉 1 year ago
package-lock.json add http secure aware 1 year ago
package.json add http secure aware 1 year ago
phpunit.xml init 🎉 1 year ago
pint.json init 🎉 1 year ago
postcss.config.js init 🎉 1 year ago
tailwind.config.js init 🎉 1 year ago
user.ini init 🎉 1 year ago
vite.config.js add http secure aware 1 year ago

README.md

Laravel Simple POS

This is a simple POS app built with laravel , inertiajs , react , tailwindcss with flowbite

Support me

Trakteer Saya

Requirements

  • PHP 8.1 or latest
  • Node 16+ or latest

How to run

cp .env.example .env # configure app for laravel
touch database/database.sqlite # if you use .env.example with default sqlite database
composer install
npm install
npm run dev # compiling asset for development

Default User

username : admin@admin.com
password : password

Compile Assets ( to prod )

npm run build