- Clone the repo
- Edit .env
- Generate key
php artisan key:generate
- Migrate to database
php artisan migrate:fresh --seed
- Install passport
php artisan passport:install
php artisan passport:keys
- Link storage
php artisan storage:link
Find the frontend code here: Point of sale Angular