GraphQL API Published image name bluestreak/api Installation (local development) npm install cp local.env.dist local.env npm start Run tests npm test Running in production docker run -p 9000:8080 -e MAGE_HOST="https://shop.m2-pwa.tk" -e MAGE_ADMIN_USERNAME="admin" -e MAGE_ADMIN_PASSWORD="password1234" bluestreak/api