Skip to content

tillkolter/saleor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OYE Records Backend

Installation

Prerequisites:

  • You need to have docker and docker-compose installed on your host machine
  • The configuration is set to connect to a database that runs outside the docker ecosystem. Please make sure, you have a running database with a dedicated user with granted r/w access. Please refer to the .env-template file to find out more about the configuration documentation.
# Clone git repository
git clone https://github.com/tillkolter/saleor

# Configure environment file
cp .env-template .env
# ... edit .env file and fill the unspecified variable
vim .env 

Usage

docker-compose up -d 

About

An e-commerce storefront for Python and Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.8%
  • HTML 27.8%
  • JavaScript 7.2%
  • SCSS 6.5%
  • Shell 0.6%
  • Dockerfile 0.1%