Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 438 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 438 Bytes

Clone it in your machine

  • 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

UI Angular app

Find the frontend code here: Point of sale Angular