{"id":26313462,"url":"https://github.com/shoplyjs/shoply-old","last_synced_at":"2025-03-15T11:15:48.265Z","repository":{"id":263169048,"uuid":"889570631","full_name":"shoplyjs/shoply-old","owner":"shoplyjs","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-10T20:52:19.000Z","size":66345,"stargazers_count":2,"open_issues_count":15,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-03-14T17:26:10.898Z","etag":null,"topics":["angular","e-commerce","ecommerce","graphql","headless","multitenancy","nestjs","nodejs","platfrom","self-hosted","shop","toolkit"],"latest_commit_sha":null,"homepage":"https://shoplyjs.com","language":"TypeScript","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/shoplyjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ArseniyX"]}},"created_at":"2024-11-16T17:03:18.000Z","updated_at":"2025-03-14T13:44:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c96d3e4-3f24-43a8-94c6-895e4e072b5d","html_url":"https://github.com/shoplyjs/shoply-old","commit_stats":null,"previous_names":["shoplyjs/shoply"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoplyjs%2Fshoply-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoplyjs%2Fshoply-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoplyjs%2Fshoply-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shoplyjs%2Fshoply-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shoplyjs","download_url":"https://codeload.github.com/shoplyjs/shoply-old/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243719347,"owners_count":20336607,"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":["angular","e-commerce","ecommerce","graphql","headless","multitenancy","nestjs","nodejs","platfrom","self-hosted","shop","toolkit"],"created_at":"2025-03-15T11:15:47.590Z","updated_at":"2025-03-15T11:15:48.254Z","avatar_url":"https://github.com/shoplyjs.png","language":"TypeScript","funding_links":["https://github.com/sponsors/ArseniyX"],"categories":[],"sub_categories":[],"readme":"# ShoplyJS\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/shoplyjs/shoply/blob/develop/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"Shoply is released under the MIT license.\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/shoplyjs/shoply/blob/develop/CONTRIBUTING.md\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat\" alt=\"PRs welcome!\" /\u003e\n  \u003c/a\u003e\n \u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/shoplyjs/shoply/graphs/contributors\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/shoplyjs/shoply\" alt=\"Contributors\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://discord.gg/shoplyjs\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/chat-on%20discord-7289DA.svg\" alt=\"Discord Chat\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nShoplyJS is an open-source, headless eCommerce starter kit inspired by Shopify. It provides a flexible and extensible foundation for building modern eCommerce websites with a focus on scalability, performance, and developer experience.\n\nThis project is designed to give you a head start in building your own custom eCommerce solution. Whether you're building a custom storefront or creating a full-fledged online store, ShoplyJS provides the tools and flexibility you need to succeed.\n\n## Features\n\n- **Headless Architecture**: Use ShoplyJS as the backend for your custom storefront or integrate with any frontend framework (React, Vue, Next.js, etc.)\n- **Product Management**: Easily manage products, variants, categories, and inventory.\n- **Customizable API**: Graphql API for easy integrations with other systems.\n- **Scalable**: Ready to scale from a small store to a large enterprise-level eCommerce platform.\n- **Shopify-inspired**: Designed with inspiration from Shopify to offer familiar concepts and patterns.\n- **Multi-tenant Support**: Build and manage multiple stores under one instance (for agencies, brands with multiple storefronts, etc.).\n\n## Demo\n\nVisit our live demo at [ShoplyJS Demo](https://demo.shoplyjs.com) (Placeholder link). Here, you can see the functionality and explore the features of ShoplyJS in action.\n\n## Installation\n\nFollow the steps below to get ShoplyJS up and running on your local machine.\n\n### Prerequisites\n\nBefore you start, ensure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (v16 or higher recommended)\n- [npm](https://www.npmjs.com/) or [pnpm](https://pnpm.io/)\n- [Database](#database-setup) (e.g., PostgreSQL, MySQL)\n\n### Setting Up the Project\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/shoplyjs/shoply.git\n    cd shoplyjs\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoplyjs%2Fshoply-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshoplyjs%2Fshoply-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshoplyjs%2Fshoply-old/lists"}