spree_backend

Admin Dashboard for Spree eCommerce platform


License
BSD-3-Clause
Install
gem install spree_backend -v 4.0.9

Documentation

Spree Commerce - a headless open-source ecommerce platform for multi-store, marketplace, or B2B global brands

Spree Admin Dashboard

This is the default Spree Admin Dashboard.

Developed by

Vendo

All-in-one platform for all your Marketplace and B2B eCommerce needs. Start your 30-day free trial

Key Features

  • Mobile-first - works great on any device!
  • Manage Product Catalog, Orders, Customers, Returns, Shipments and all other eCommerce crucial activities
  • Multi-Store support out of the box
  • Built-in CMS for Pages and Navigation
  • Easily add 3rd party integrations such as Payments, Tax calculation services and Shipping couriers
  • Easy customization to suit your needs
  • Modern tech-stack based on Hotwire (Stimulus & Turbo)

Demo

Fire up your own instance in the cloud:

Deploy Deploy to Render

Default credentials:

  • login: spree@example.com
  • password: spree123

Installation

Spree Admin Dashboard is bundled with Spree Starter and we recommend following Spree Getting Started guide.

You can also add Spree and Admin Dashboard to an existing Ruby on Rails application as well.

Documentation

Contributing

Spree Admin Dashboard is an open source project and we love contributions in any form - pull requests, issues, feature ideas!

Please review the Spree Contributing Guide

Local setup

  1. Fork it!

  2. Clone the repository

  3. Create test application:

    cd spree_backend
    bundle install
    bundle exec rake test_app

Running tests

Entire test suite (this can take some time!)

bundle exec rspec

Single test file:

bundle exec rspec spec/features/admin/users_spec.rb

ChromeDriver is required for feature tests. On MacOS you can install it by running:

brew install chromedriver

License

Spree Admin Dashboard is released under the New BSD License.