All Projects → mirumee → Saleor Dashboard

mirumee / Saleor Dashboard

Licence: bsd-3-clause
A GraphQL-powered, single-page dashboard application for Saleor.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Saleor Dashboard

Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+5194.96%)
Mutual labels:  graphql, ecommerce, ecommerce-platform, hacktoberfest
Shopper
An eCommerce administration built with Laravel 5 for create online shop.
Stars: ✭ 205 (-26.26%)
Mutual labels:  ecommerce, ecommerce-platform, dashboard
Sylius Standard
Open Source eCommerce Application on top of Symfony
Stars: ✭ 165 (-40.65%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Example Storefront
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
Stars: ✭ 471 (+69.42%)
Mutual labels:  graphql, ecommerce, ecommerce-platform
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+314.03%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Shopware
Shopware 5 Repository - For Shopware 6 visit https://github.com/shopware/platform
Stars: ✭ 1,197 (+330.58%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Parse Dashboard
A dashboard for managing your Parse Server Apps
Stars: ✭ 3,534 (+1171.22%)
Mutual labels:  graphql, hacktoberfest, dashboard
Magento Lts
Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes, performance improvements and more.
Stars: ✭ 622 (+123.74%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Ever
Ever® - Open-Source Commerce Platform for On-Demand Economy and Digital Marketplaces
Stars: ✭ 980 (+252.52%)
Mutual labels:  graphql, ecommerce, ecommerce-platform
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+14930.94%)
Mutual labels:  graphql, hacktoberfest, dashboard
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+3177.34%)
Mutual labels:  ecommerce, hacktoberfest, ecommerce-platform
Reaction
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Stars: ✭ 11,588 (+4068.35%)
Mutual labels:  graphql, ecommerce, ecommerce-platform
Woocommerce
An open source eCommerce plugin for WordPress.
Stars: ✭ 7,473 (+2588.13%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Magento2
All Submissions you make to Magento Inc. ("Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publically perform, subli…
Stars: ✭ 9,816 (+3430.94%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+2273.38%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Zencart
Zen Cart® is a full-function e-commerce application for your website.
Stars: ✭ 250 (-10.07%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Solidus
🛒Solidus, Rails eCommerce System
Stars: ✭ 3,985 (+1333.45%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Yupe
Yupe! is an open source Yiiframework-based online e-commerce solution. Demo https://demo.yupe.ru/
Stars: ✭ 596 (+114.39%)
Mutual labels:  ecommerce, ecommerce-platform, hacktoberfest
Ecommerce
A powerful and lightweight eCommerce platform using ReactJs, Graphql, PHP, and Mysql.
Stars: ✭ 28 (-89.93%)
Mutual labels:  graphql, ecommerce, ecommerce-platform
Spree
Open Source headless multi-language/multi-currency/multi-store eCommerce platform
Stars: ✭ 11,571 (+4062.23%)
Mutual labels:  graphql, ecommerce, ecommerce-platform

Saleor Dashboard

Saleor Dashboard

A GraphQL-powered, single-page dashboard application for Saleor.

Demo

See the public demo of Saleor Dashboard!

Or launch the demo on a free Heroku instance.

Deploy

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js 10.0+
  • A running instance of Saleor.

Installing

Clone the repository:

$ git clone https://github.com/mirumee/saleor-dashboard.git

Enter the project directory:

$ cd saleor-dashboard

Using stable release

To use the official stable release, checkout to a release tag:

$ git checkout 2.11.1

See the list of all releases here: https://github.com/mirumee/saleor-dashboard/releases/

Using development version

If you want to use the latest development version, checkout to the master branch:

$ git checkout master

Install NPM dependencies:

$ npm i

Configuration

There following environment variables are available for configuration:

  • API_URI (required) - URI of a running instance of Saleor GraphQL API. If you are running Saleor locally with the default settings, set API_URI to: http://localhost:8000/graphql/.

  • APP_MOUNT_URI - URI at which the Dashboard app will be mounted. E.g. if you set APP_MOUNT_URI to /dashboard/, your app will be mounted at http://localhost:9000/dashboard/.

  • STATIC_URL - URL where the static files are located. E.g. if you use S3 bucket, you should set it to the bucket's URL. By default Saleor assumes you serve static files from the root of your site at http://localhost:9000/.

Development

To start the development server run:

$ npm start

Production

To build the application bundle run:

$ npm run build

Error Tracking

Saleor Dashboard is using a generic error tracking wrapper function that takes care of the most popular use cases:

  • initializing the tracker
  • capturing exceptions and (optionally) displaying the event id
  • setting basic user data (this is opt-in and disabled by default)

By default it ships with a Sentry adapter but any kind of error tracking software can be used by creating a custom adapter (using Sentry and TS types as an example).

Example:

// src/services/errorTracking/index.ts

import { CustomAdapter } from "./adapters/";

const errorTracker = ErrorTrackerFactory(CustomAdapter(config));
Usage with Sentry adapter:

Sentry is used as the default tracker so no changes in code are necessary and the configuration is done via environment variables.

The following environment variables are available:

# Required
SENTRY_DSN=

# Optional
# https://docs.sentry.io/product/cli/configuration/
SENTRY_AUTH_TOKEN=
SENTRY_ORG=
SENTRY_PROJECT=
SENTRY_URL_PREFIX=
ENVIRONMENT=

Crafted with ❤️ by Mirumee Software

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].