Shopify hook request handler app

This is a demo hook handler app written in nodejs. It handles cart create and update hooks.

Bootstrap the app

  • Make sure you have a running mysql server
  • Create your .env file in the root folder depending on .env.schema
npm i
node test