{"id":13546477,"url":"https://github.com/kinngh/shopify-node-express-mongodb-app","last_synced_at":"2025-05-16T10:07:37.380Z","repository":{"id":37970985,"uuid":"480020412","full_name":"kinngh/shopify-node-express-mongodb-app","owner":"kinngh","description":"An embedded Shopify app starter template made with Node, Express, React and Vite, with all the required stuff hooked up.","archived":false,"fork":false,"pushed_at":"2025-05-06T12:18:08.000Z","size":495,"stargazers_count":318,"open_issues_count":0,"forks_count":106,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-06T13:29:36.493Z","etag":null,"topics":["boilerplate","shopify","shopify-api","shopify-app","shopify-app-node","shopify-app-node-mongodb","shopify-apps"],"latest_commit_sha":null,"homepage":"https://x.com/kinngh","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kinngh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"kinngh"}},"created_at":"2022-04-10T13:06:30.000Z","updated_at":"2025-05-06T12:18:12.000Z","dependencies_parsed_at":"2023-02-19T01:01:53.230Z","dependency_job_id":"7c26e7d7-4de3-4bfc-bb22-ff400e117437","html_url":"https://github.com/kinngh/shopify-node-express-mongodb-app","commit_stats":{"total_commits":205,"total_committers":1,"mean_commits":205.0,"dds":0.0,"last_synced_commit":"d8be821e612f4c8eed69ae52b55c7516515b8f5f"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinngh%2Fshopify-node-express-mongodb-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinngh%2Fshopify-node-express-mongodb-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinngh%2Fshopify-node-express-mongodb-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinngh%2Fshopify-node-express-mongodb-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kinngh","download_url":"https://codeload.github.com/kinngh/shopify-node-express-mongodb-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509476,"owners_count":22082891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","shopify","shopify-api","shopify-app","shopify-app-node","shopify-app-node-mongodb","shopify-apps"],"created_at":"2024-08-01T12:00:38.619Z","updated_at":"2025-05-16T10:07:32.370Z","avatar_url":"https://github.com/kinngh.png","language":"JavaScript","funding_links":["https://github.com/sponsors/kinngh"],"categories":["Examples","JavaScript","示例","Example Apps"],"sub_categories":["JavaScript Examples","JavaScript 示例"],"readme":"# Shopify Node.js x Express.js x React.js Boilerplate\n\nAn embedded app starter template to get up and ready with Shopify app development with JavaScript. This is heavily influenced by the choices Shopify Engineering team made in building their [starter template](https://github.com/Shopify/shopify-app-template-node) to ensure smooth transition between templates.\n\nI've included [notes](/docs/NOTES.md) on this repo which goes over the repo on why certain choices were made.\n\nI also did make a video going over the entire repo. If you want to learn Shopify app dev in-depth, I also sell a course _[How To Build Shopify Apps](https://kinngh.gumroad.com/l/how-to-make-shopify-apps?utm_source=github\u0026utm_medium=express-repo)_\n\n[![How To Build Shopify Apps Course](https://raw.githubusercontent.com/kinngh/extras/main/csa_promo.png)](https://kinngh.gumroad.com/l/how-to-make-shopify-apps?utm_source=github\u0026utm_medium=express-repo)\n\n[![Creating a Shopify app from scratch](https://img.youtube.com/vi/iV_3ENCraaM/0.jpg)](https://www.youtube.com/watch?v=iV_3ENCraaM)\n\n## Supporting repositories\n\n- [`@kinngh/shopify-nextjs-prisma-app`](https://github.com/kinngh/shopify-nextjs-prisma-app): A Shopify app boilerplate built with Next.js and Prisma ORM, with deployments available on Vercel.\n- [`@kinngh/shopify-polaris-playground`](https://github.com/kinngh/shopify-polaris-playground): Build your app's UI using Polaris, without an internet connection.\n\n## Tech Stack\n\n- React.js\n  - `raviger` for routing.\n- Express.js\n- MongoDB\n- Vite\n- Ngrok\n\n## Why I made this\n\nThe Shopify CLI generates an amazing starter app but it still needs some more boilerplate code and customizations so I can jump on to building apps with a simple clone. This includes:\n\n- MongoDB based session and database management.\n- Monetization (recurring subscriptions) ready to go.\n- Webhooks isolated and setup.\n- React routing taken care of (I miss Next.js mostly because of routing and under the hood improvements).\n- Misc boilerplate code and templates to quickly setup inApp subscriptions, routes, webhooks and more.\n\n## Notes\n\n### Setup\n\n- Refer to [SETUP](/docs/SETUP.md)\n- Migrations are available in [DOCS](/docs/migrations/)\n\n### Misc\n\n- Storing data is kept to a minimal to allow building custom models for flexibility.\n  - Session persistence is also kept to a minimal and based on the Redis example provided by Shopify, but feel free to modify as required.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinngh%2Fshopify-node-express-mongodb-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinngh%2Fshopify-node-express-mongodb-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinngh%2Fshopify-node-express-mongodb-app/lists"}