- Run
cp .env.example .env
to create new .env file - Run
docker compose up -d
- Run
docker exec -it scaffolding-api sh
to access shell in scaffolding-api container - Run
composer update
- Run
php artisan migrate
- Run
chmod -R 777 storage
- Open app, get and set
SHOPIFY_API_KEY
andSHOPIFY_API_SECRET