Skip to content

Saleor Core: the high performance, composable, headless commerce API.

License

Notifications You must be signed in to change notification settings

neel-fastapp/saleor-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saleor Commerce - A GraphQL-first platform for perfectionists

Saleor Commerce

Customer-centric e-commerce on a modern stack
A headless, GraphQL commerce platform delivering ultra-fast, dynamic, personalized shopping experiences. Beautiful online stores, anywhere, on any device.

Join our active, engaged community:
Website | Twitter | GitHub Discussions

Table of Contents

What makes Saleor special?

Saleor is a rapidly-growing open-source e-commerce platform that serves high-volume companies. Designed from the ground up to be extensible, headless, and composable.

Learn more about architecture.

Features

  • Headless / API first: Build mobile apps, custom storefronts, POS, automation, etc
  • Extensible: Build anything with webhooks, apps, metadata, and attributes
  • GraphQL API: Get many resources in a single request and more
  • Multichannel: Per channel control of pricing, currencies, stock, product, and more
  • Enterprise ready: Secure, scalable, and stable. Battle-tested by big brands
  • CMS: Content is king, that's why we have a kingdom built-in
  • Dashboard: User friendly, fast, and productive. (Decoupled project repo )
  • Global by design Multi-currency, multi-language, multi-warehouse, tutti multi!
  • Orders: A comprehensive system for orders, dispatch, and refunds
  • Cart: Advanced payment and tax options, with full control over discounts and promotions
  • Payments: Flexible API architecture allows integration of any payment method
  • SEO: Packed with features that get stores to a wider audience
  • Cloud: Optimized for deployments using Docker

Saleor is free and always will be. Help us out… If you love free stuff and great software, give us a star! 🌟

Saleor Storefront - React-based PWA e-commerce storefront Saleor Dashboard - Modern UI for managing your e-commerce

Installation

See the Saleor docs for step-by-step installation and deployment instructions.

Note: The main branch is the development version of Saleor and it may be unstable. To use the latest stable version, download it from the Releases page or switch to a release tag.

The current production-ready version is 3.x and you should use this version for all three components:

Steps to run:

# Migrate db
docker-compose run --rm api python3 manage.py migrate

# (Optional) Populate db
docker-compose run --rm api python3 manage.py populatedb

# Create super user
docker-compose run --rm api python3 manage.py createsuperuser

# Start the processes
docker-compose up

Documentation

Saleor documentation is available here: docs.saleor.io

To contribute, please see the saleor/saleor-docs repository.

Saleor Platform

The easiest way to run all components of Saleor (API, storefront, and dashboard) together on your local machine is to use the saleor-platform project. Go to that repository for instructions on how to use it.

View saleor-platform

Storefront

An open-source storefront in React.js with Next.js. Built for Headless Commerce, using a modern stack with TypeScript, GraphQL, Apollo, and Tailwind CSS.

React Storefront Repository

View Storefront Demo

Dashboard

For the dashboard go to the saleor-dashboard repository.

View dashboard demo

Demo

Want to see Saleor in action?

License

Disclaimer: Everything you see here is open and free to use as long as you comply with the license. There are no hidden charges. We promise to do our best to fix bugs and improve the code.

About

Saleor Core: the high performance, composable, headless commerce API.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • HTML 1.8%