For local development the developer must have installed make, docker and docker-compose
It took about 5 minutes for build images and install dependencies
git clone git@github.com:2618094/simple-store.git
cd simple-store
make init
make up
make test
make
npm install
composer copy-env
# Set properties in .env for local database and redis (or disable redis cache)
composer install
npm run dev
composer generate-app-key
php artisan migrate:fresh --seed
php artisan serve
For testing purposes local MYSQL MUST have testing database with same access as master database