Giter Club home page Giter Club logo

shopizer's Introduction

Shopizer (for java 1.8 +)

last_version Official site Docker Pulls stackoverflow CircleCI

Java open source e-commerce software

  • Headless commerce
  • Shopping cart
  • Catalogue
  • Search
  • Checkout
  • Administration
  • REST API

See the demo (jsp):

http://aws-demo.shopizer.com:8080/

See the demo (React):

Available soon

Get the code:

Clone the repository:

 $ git clone git://github.com/shopizer-ecommerce/shopizer.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/shopizer

To build the application:

From the command line:

$ cd shopizer
$ mvnw clean install

Run the application from Tomcat

copy sm-shop/target/ROOT.war to tomcat or any other application server deployment dir

Increase heap space to 1024 m

Heap space configuration in Tomcat:

If you are using Tomcat, edit catalina.bat for windows users or catalina.sh for linux / Mac users

in Windows
set JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=256m" 

in Linux / Mac
export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=256m" 

Run the application from Spring boot

   $ cd sm-shop
   $ mvnw spring-boot:run

Run the application from Spring boot in eclipse

Right click on com.salesmanager.shop.application.ShopApplication

run as Java Application

Run the application from Spring boot in IntelliJ

In Run/Debug Configurations, set to the option Working directory the path of the sm-shop project

run ShopApplication

Run Docker image with working demo

docker run -p 80:8080 shopizerecomm/shopizer:latest

Access the application:


Access the deployed web application at: http://localhost:8080/

Access the admin section at: http://localhost:8080/admin

username : [email protected]

password : password

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

shopizer's People

Contributors

ammadhassanpro avatar bautrey37 avatar brandonbocheng avatar dimeros avatar dimitrove avatar earmitage avatar example123 avatar felippesilva2 avatar filipeares avatar ialibrahim avatar jullbull avatar k1park avatar marcosechague avatar mdejuan avatar ndhilliprasad avatar qingmo avatar sejno avatar shenjiahuan avatar shopizer-ecommerce avatar snyk-bot avatar taarh avatar wtune 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.