{"id":29256276,"url":"https://github.com/abhirup27/shopify_app","last_synced_at":"2025-07-04T03:07:01.314Z","repository":{"id":272320660,"uuid":"916133328","full_name":"Abhirup27/shopify_app","owner":"Abhirup27","description":"Shopify app made using TypeScript, NestJS and some more technologies.","archived":false,"fork":false,"pushed_at":"2025-06-30T10:17:25.000Z","size":16272,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T11:27:37.770Z","etag":null,"topics":["backend","bullmq","graphql","nest","nestjs","nodejs","redis","shopify","shopify-app","webapp","website"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abhirup27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-01-13T14:17:24.000Z","updated_at":"2025-06-30T10:17:28.000Z","dependencies_parsed_at":"2025-02-13T06:25:31.560Z","dependency_job_id":"6b4de8c7-b1db-4539-b7b8-cb7b477d40b3","html_url":"https://github.com/Abhirup27/shopify_app","commit_stats":null,"previous_names":["abhirup27/shopify_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Abhirup27/shopify_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhirup27%2Fshopify_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhirup27%2Fshopify_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhirup27%2Fshopify_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhirup27%2Fshopify_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abhirup27","download_url":"https://codeload.github.com/Abhirup27/shopify_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhirup27%2Fshopify_app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263437345,"owners_count":23466368,"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":["backend","bullmq","graphql","nest","nestjs","nodejs","redis","shopify","shopify-app","webapp","website"],"created_at":"2025-07-04T03:07:00.002Z","updated_at":"2025-07-04T03:07:01.305Z","avatar_url":"https://github.com/Abhirup27.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shopify_app\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.icons8.com/?size=120\u0026id=BRIdulMG66MK\u0026format=png\u0026color=000000\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.icons8.com/?size=80\u0026id=nCj4PvnCO0tZ\u0026format=png\u0026color=000000\" alt=\"TypeScript\"/\u003e\n\u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://nestjs.com/img/logo-small.svg\" width=\"80\" alt=\"Nest\" /\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.icons8.com/?size=80\u0026id=kg46nzoJrmTR\u0026format=png\u0026color=000000\" alt=\"ExpressJS\"/\u003e\n\u003cimg src=\"https://img.icons8.com/?size=80\u0026id=Pv4IGT0TSpt8\u0026format=png\u0026color=000000\" alt=\"PostgreSQL\"/\u003e\n\u003cimg src=\"https://img.icons8.com/?size=80\u0026id=KRA1PoZgRrca\u0026format=png\u0026color=000000\" alt=\"GraphQL\"/\u003e\n\u003cimg src=\"https://img.icons8.com/?size=80\u0026id=lhwQTv6iwznO\u0026format=png\u0026color=000000\" alt=\"GraphQL\"/\u003e\n\u003c/p\u003e\n\n## Description\n\nA shopify stores management app.\n\n## Project setup\n\n```bash\n$ npm install\n\n# generate graphql types\n$ npm run graphql:types\n```\n\n### Environment file config:\n\n.env.development:\n\n```\n# use .env.development for development environments\n\nPORT=3000\nAPP_SECRET=9d6a1925450ba0f4815bfa0860127fbe\n\nAPI_VERSION=2024-07\nAPI_SECRET=\u003cshopify app client secret\u003e\nAPI_KEY=\u003cshopify app client ID\u003e\n\nAPP_URL=https://rnxxf-223-233-71-49.a.free.pinggy.link\n\nCSRF_SECRET=v123er$%123ylongtex123t\n\nJWT_SECRET=df411400674f6d54db83d1a050e6ae6b018d750e36a615c332e1861bb0f22e36\nJWT_TOKEN_AUDIENCE=https://d1a4-223-233-67-231.ngrok-free.app\nJWT_TOKEN_ISSUER=localhost:3000\nJWT_ACCESS_TOKEN_TTL=3600\n#Enable all logging\n#LOGGING=true\n\n# Enable file logging\nLOG_TO_FILE=true\n\n# Or enable specific log levels\nLOGGING=debug,error,warn,log\n\nDB_TYPE=postgres\nDB_PORT=5432\nDB_USERNAME=\u003cDB_USERNAME\u003e\nDB_PASSWORD=\u003cPASSWORD\u003e\nDB_HOST=\"localhost\"\nDB_NAME=\"shopify_app\"\nDB_SYNC=\"false\"\nDB_AUTOLOAD=\"true\"\nDB_RUN_MIGRATIONS=\"false\"\nREDIS_HOST=localhost\nREDIS_PORT=6379\n\n\n# Stripe related config\nSTRIPE_API_KEY=\nSTRIPE_API_SECRET=\n\n```\nedit ./src/config/configuration.ts:\n```typescript\n  app_url: 'https://xyz.com',\n  app_install_URL: 'https://xyz.com/shopify/auth/redirect',\n  refresh_token_URL: 'https://xyz.com/shopify/auth/updateStoreToken',\n```\nAdd these routes to your allowed redirection URLs:\n\n\\*/shopify/auth/updateStoreToken\n\n\\*/shopify/auth/redirect\n\n## Compile and run the project\n\n```bash\n# development watch mode\n$ npm run start:dev\n\n# watch mode\n$ npm run start:dev\n\n# production mode\n$ npm run start:prod\n```\n\n## View Documentation\n\n```bash\n# install compodoc\n$ npm install -g @compodoc/compodoc\n\n# build and serve documentation\nnpm run doc\n\n```\n\ngo to http://127.0.0.1:3001\n\n# Checklist and To-Do\n### Done\n- [x] View Products.\n- [x] Sync Products.\n- [x] Create Products.\n- [x] View and Sync Orders.\n- [x] View team store's team members.\n- [x] Create new members with privileges.\n- [x] Billing and consuming credits.\n### To be done\n- [ ] Add private stores.\n- [ ] Fulfill paid orders.\n### What I might do\n- [ ] Add subscriptions/ stripe gateway (to charge private app usage).\n- [ ] Edit customer, product, order details\n## Run tests\n\n```bash\n# unit tests\n$ npm run test\n\n# e2e tests\n$ npm run test:e2e\n\n# test coverage\n$ npm run test:cov\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhirup27%2Fshopify_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhirup27%2Fshopify_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhirup27%2Fshopify_app/lists"}