- The backend requires S3 Minio storage and PostgresSQL .
- You need to enter the config file .env:
TOKEN_SECRET = "For JWT"
PRODUCT_SECRET = "For Encrypt metadata"
PORT = "your port"
YUKASSA_AUTH_KEY = "YooKassa KEY auth"
YUKASSA_SHOP_ID = "YooKasse ID Shop"
- Installing dependencies
npm install
- Start app
npm run start
- You need to enter the config file .env.production:
REACT_APP_BASE_URL = "your API url"
REACT_APP_BRAND_ID = "created brand ID"
REACT_APP_VERSION=$npm_package_version
- Installing dependencies
npm install
- Start app
npm run start