Simple POS app built using laravel
git clone https://github.com/muhammadardie/minipos.git projectnamecd projectnamecomposer installcp .env.example .envphp artisan key:generate- Create a database and inform .env
- Setup cloudinary url in .env
php artisan migrate --seedto create and populate tablesphp artisan serveto start the app on http://localhost:8000/
URL: https://minipos.ardie.web.id/
email: admin@localhost.com
password: 123456