# Area Store SAP-Shopify integration and frontend support App

## Before APP install
To install the APP, first a custom Shopify APP has to be created in a partners account. This app API keys will be needed to config the Laravel APP .env

## Install
* git clone
* create DB schema
* create .env based on .env.example
* do `composer install`
* migrate tables: `php artisan migrate`
* do `npm install`
* do `npm run prod`
* Give write permissions to webserver on storage folder

## Install APP in store
* Go to partners and generate install link for the app you created before
* open link
*
*
