Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 333 Bytes

File metadata and controls

23 lines (16 loc) · 333 Bytes

Ajaro - Workshop PoS

Requirements

  • Git
  • PHP >= 7.1.3
  • Composer
  • PostgreSQL 10
  • Laravel
  • DBeaver

How to run

  • clone this repo
  • execute composer install
  • create and edit file .env
  • execute php artisan migrate
  • start server by execute php artisan serve

Deploy

todo