Shopizer 3.X (for java 1.8 +) (tested with Java 11)
Java-based open source e-commerce website software.
Headless commerce and Rest api for ecommerce
- Catalog
- 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
API documentation:
https://app.swaggerhub.com/apis-docs/shopizer/shopizer-rest-api/3.0.1#/
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:
- Shopizer backend
From the command line:
$ cd shopizer
$ mvnw clean install
$ cd sm-shop
$ mvnw spring-boot:run
- Shopizer admin
Form compiling and running Shopizer admin consult the repo README file
- 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 https://shopizer-ecommerce.github.io/documentation/
Api documentation https://app.swaggerhub.com/apis-docs/shopizer/shopizer-rest-api/3.0.1#/
ChatOps https://shopizer.slack.com - Join our Slack channel https://join.slack.com/t/shopizer/signup
More information is available on shopizer web site here http://www.shopizer.com
from