When initializing the project with shopify app init, two options were displayed in the image. I selected the first option to create the Shopify app. After installing all the packages, the default setup uses Prisma client and GraphQL queries. However, I want to integrate the Shopify app with Node.js, Express, and MongoDB for the database.
If you wish to use Express, please use this template.
npm init @shopify/app@latest – --template=node
please use this command to init your project code

