# shopizer **Repository Path**: mirrors/shopizer ## Basic Information - **Project Name**: shopizer - **Description**: Shopizer 是一个使用 Hibernate、Spring、Struts2、jQuery 等技术框架开发的基于 Web 的销售管理和电子商务内容管理系统(CMS) - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: 3.2.7 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 0 - **Created**: 2017-06-21 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: ecommerce **Tags**: None ## README # Shopizer 3 (for java 17 +) (tested with Java 11, 17) 3.2.7 [![last_version](https://img.shields.io/badge/last_version-v3.2.7-blue.svg?style=flat)](https://github.com/shopizer-ecommerce/shopizer/tree/3.2.7) [![Official site](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=official%20site)](http://www.shopizer.com/) [![Docker Pulls](https://img.shields.io/docker/pulls/shopizerecomm/shopizer.svg)](https://hub.docker.com/r/shopizerecomm/shopizer) [![stackoverflow](https://img.shields.io/badge/shopizer-stackoverflow-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/shopizer) [![CircleCI](https://circleci.com/gh/shopizer-ecommerce/shopizer.svg?style=svg)](https://circleci.com/gh/shopizer-ecommerce/shopizer) Java open source e-commerce software Headless commerce and Rest api for ecommerce - Catalog - Shopping cart - Checkout - Merchant - Order - Customer - User Shopizer Headless commerce consists of the following components: Access the headless api: http://localhost:8080/swagger-ui.html See the demo: [**New demo on the way 2025] ------------------- Headless demo Available soon 1. Run from Docker images: From the command line: ``` docker run -p 8080:8080 shopizerecomm/shopizer:latest ``` 2. Run the administration tool ⋅⋅⋅ Requires the java backend to be running ``` docker run \ -e "APP_BASE_URL=http://localhost:8080/api" \ -p 82:80 shopizerecomm/shopizer-admin ``` 3. Run react shop sample site ⋅⋅⋅ Requires the java backend to be running ``` docker run \ -e "APP_MERCHANT=DEFAULT" -e "APP_BASE_URL=http://localhost:8080" -p 80:80 shopizerecomm/shopizer-shop-reactjs ``` API documentation: ------------------- Get the source code: ------------------- Clone the repository: $ git clone git://github.com/shopizer-ecommerce/shopizer.git To build the application: ------------------- 1. Shopizer backend From the command line: $ cd shopizer $ mvnw clean install $ cd sm-shop $ mvnw spring-boot:run 2. Shopizer admin Form compiling and running Shopizer admin consult the repo README file 3. Shop sample site Form compiling and running Shopizer admin consult the repo README file ### Access the application: ------------------- Access the headless web application at: http://localhost:8080/swagger-ui.html The instructions above will let you run the application with default settings and configurations. Please read the instructions on how to connect to MySQL, configure an email server and configure other subsystems ### Documentation: ------------------- Documentation available [](http://localhost:8080/swagger-ui/index.html) ChatOps - Join our Slack channel More information is available on shopizer web site here ### Participation: ------------------- If you have interest in giving feedback or for participating to Shopizer project in any way Feel to use the contact form and share your email address so we can send an invite to our Slack channel ### How to Contribute: ------------------- Fork the repository to your GitHub account Clone from fork repository ------------------- $ git clone https://github.com/yourusername/shopizer.git Build application according to steps provided above Create new branch in your repository ------------------- $ git checkout -b branch-name Push your changes to Shopizer ------------------- Please open a PR (pull request) in order to have your changes merged to the upstream