Giter Club home page Giter Club logo

shopizer's Introduction

Shopizer 3 (for java 1.8 +) (tested with Java 11)

Shopizer 2.X (for java 1.8 +) is still available

last_version Official site Docker Pulls stackoverflow CircleCI

Java open source e-commerce software

Headless commerce and Rest api for ecommerce

  • Catalogue
  • Shopping cart
  • Checkout
  • Merchant
  • Order
  • Customer
  • User

Shopizer Headless commerce consists of the following components:

  • Spring boot Java / Spring boot backend
  • Angular administration web application
  • React JS front end application

See the demo:

Available soon

Demo site for Shopizer 2.X is still available Legacy Shopizer demo

  1. Run from Docker images:

From the command line:

docker run -p 8080:8080 shopizerecomm/shopizer:3.0.0
  1. 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
  1. 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

Get the source code:

Clone the repository:

 $ git clone git://github.com/shopizer-ecommerce/shopizer.git
 
 $ git clone git://github.com/shopizer-ecommerce/shopizer-admin.git
 
 $ git clone git://github.com/shopizer-ecommerce/shopizer-shop-reactjs.git

If this is your first time using Github, review http://help.github.com to learn the basics.

You can also download the zip file containing the code from https://github.com/shopizer-ecommerce for each of the the projects above

To build the application:

  1. Shopizer backend

From the command line:

$ cd shopizer
$ mvnw clean install
$ cd sm-shop
$ mvnw spring-boot:run
  1. Shopizer admin

Form compiling and running Shopizer admin consult the repo README file

  1. 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://documentation.shopizer.com

ChatOps https://shopizer.slack.com - Join our Slack channel https://shopizer-slackin.herokuapp.com/

More information is available on shopizer web site here http://www.shopizer.com

Participation:


If you have interest in giving feedback or for participating to Shopizer project in any way Feel to use the contact form http://www.shopizer.com/contact.html 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

Synchronize lastest version with the upstream

   $ git remote add upstream https://github.com/yourusername/shopizer.git
   $ git pull upstream 3.0.0

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

shopizer's People

Contributors

shopizer-ecommerce avatar example123 avatar sejno avatar mdejuan avatar taarh avatar ndhilliprasad avatar earmitage avatar justflavi avatar wtune avatar dimitrove avatar dimeros avatar qingmo avatar addsalttt avatar viniciosarodrigues avatar felippesilva2 avatar snyk-bot avatar k1park avatar jullbull avatar thegreatjoules avatar filipeares avatar clfoong1128 avatar ywei0522 avatar xianongg avatar ammadhassanpro avatar shenjiahuan avatar sauvejeanluc avatar rasommer avatar nick-manasys avatar marcosechague avatar ialibrahim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.