- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate --seed (it will seed products for testing)
- Run npm install
- Run npm run serve / Go to localhost url (.htaccess ponited to public folder)
- Laravel (7.4+)
- MySql (5.7)
- Node
- npm