{"id":20900708,"url":"https://github.com/spree/spree_backend","last_synced_at":"2025-04-04T06:10:05.609Z","repository":{"id":39286025,"uuid":"409083944","full_name":"spree/spree_backend","owner":"spree","description":"Spree 4 Admin Dashboard","archived":false,"fork":false,"pushed_at":"2024-08-20T16:15:55.000Z","size":112116,"stargazers_count":35,"open_issues_count":30,"forks_count":58,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-28T05:12:14.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"license.md","code_of_conduct":"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}},"created_at":"2021-09-22T06:07:03.000Z","updated_at":"2025-03-13T13:41:18.000Z","dependencies_parsed_at":"2023-10-04T22:20:55.312Z","dependency_job_id":"6340d846-4f0f-47f6-bff6-f27d485157a3","html_url":"https://github.com/spree/spree_backend","commit_stats":{"total_commits":21550,"total_committers":1122,"mean_commits":"19.206773618538325","dds":0.8125754060324826,"last_synced_commit":"0e7b206e45cdcc9fb05e45235aeb4231ab61badc"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spree%2Fspree_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spree","download_url":"https://codeload.github.com/spree/spree_backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128753,"owners_count":20888235,"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":[],"created_at":"2024-11-18T11:21:49.152Z","updated_at":"2025-04-04T06:10:05.589Z","avatar_url":"https://github.com/spree.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://spreecommerce.org\"\u003e\n   \u003cimg src=\"https://raw.githubusercontent.com/spree/spree-dev-docs/master/.gitbook/assets/admin_panel_978-2x.jpg\" alt=\"Spree Commerce - a headless open-source ecommerce platform for multi-store, marketplace, or B2B global brands\" /\u003e\n\u003c/a\u003e\n\n# Spree Admin Dashboard\n\nThis is the default Spree Admin Dashboard.\n\n## Developed by\n\n[![Vendo](https://assets-global.website-files.com/6230c485f2c32ea1b0daa438/623372f40a8c54ca9aea34e8_vendo%202.svg)](https://getvendo.com?utm_source=spree_backend_github)\n\n\u003e All-in-one platform for all your Marketplace and B2B eCommerce needs. [Start your 30-day free trial](https://e98esoirr8c.typeform.com/contactvendo?typeform-source=spree_backend_github)\n\n## Key Features\n\n* Mobile-first - works great on any device!\n* Manage Product Catalog, Orders, Customers, Returns, Shipments and all other eCommerce crucial activities\n* Multi-Store support out of the box\n* Built-in CMS for Pages and Navigation\n* Easily add 3rd party integrations such as Payments, Tax calculation services and Shipping couriers\n* Easy customization to suit your needs\n* Modern tech-stack based on [Hotwire](https://hotwired.dev/) (Stimulus \u0026 Turbo)\n\n## Demo\n\nFire up your own instance in the cloud:\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/spree/spree_starter) \u003ca href=\"https://render.com/deploy?repo=https://github.com/spree/spree_starter/tree/main\"\u003e\n  \u003cimg src=\"https://render.com/images/deploy-to-render-button.svg\" alt=\"Deploy to Render\" height=32\u003e\n\u003c/a\u003e\n\nDefault credentials:\n\n* login: `spree@example.com`\n* password: `spree123`\n\n## Installation\n\nSpree Admin Dashboard is bundled with [Spree Starter](https://github.com/spree/spree_starter) and we recommend following [Spree Getting Started guide](https://docs.spreecommerce.org/getting-started/installation).\n\nYou can also [add Spree and Admin Dashboard to an existing Ruby on Rails application](https://docs.spreecommerce.org/advanced/existing_app_tutorial) as well.\n\n## Documentation\n\n* [Developer Documentation](https://docs.spreecommerce.org/)\n\n## Contributing\n\nSpree Admin Dashboard is an open source project and we love contributions in any form - pull requests, issues, feature ideas!\n\nPlease review the [Spree Contributing Guide](https://docs.spreecommerce.org/developer/contributing/quickstart)\n\n### Local setup\n\n1. Fork it!\n2. Clone the repository\n3. Create test application:\n\n    ```bash\n    cd spree_backend\n    bundle install\n    bundle exec rake test_app\n    ```\n\n### Running tests\n\nEntire test suite (this can take some time!)\n\n```bash\nbundle exec rspec\n```\n\nSingle test file:\n\n```bash\nbundle exec rspec spec/features/admin/users_spec.rb\n```\n\n[ChromeDriver](https://chromedriver.chromium.org/) is required for feature tests. On MacOS you can install it by running:\n\n```bash\nbrew install chromedriver\n```\n\n\n## License\n\nSpree Admin Dashboard is released under the [New BSD License](https://github.com/spree/spree_backend/blob/main/license.md).\n\n[spark]:https://sparksolutions.co?utm_source=github\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspree%2Fspree_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspree%2Fspree_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspree%2Fspree_backend/lists"}