Web-Based Point-of-Sale (POS) System built with Laravel 5.5 and Vue.js
Demo : http://web-pos-demo.herokuapp.com (Login use Username = admin_utama and Password = admin_utama)
Installation :
- Clone this repo (git clone https://github.com/felixgunawan/web-pos.git)
- Set your application key (php artisan key:generate --show)
- Migrate and seed database (php artisan migrate --seed)
- Build npm (npm run dev)