Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Shopizer | 3,234 | 9 days ago | 453 | apache-2.0 | Java | |||||
Shopizer java e-commerce software | ||||||||||
Aimeos Headless | 742 | 4 months ago | 1 | April 14, 2022 | JavaScript | |||||
Aimeos cloud-native, API-first ecommerce headless distribution for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce | ||||||||||
Awesome Startup Tools List | 530 | 4 days ago | 1 | |||||||
List of all tools (apps, services) that startups should use. | ||||||||||
Initkit | 363 | 2 years ago | 2 | other | C++ | |||||
Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental. | ||||||||||
Micro Ecommerce | 211 | 3 years ago | 1 | apache-2.0 | Java | |||||
Rest-full, distributed, ecommerce application. Microservices. Docker. | ||||||||||
E Commerce Microservices | 121 | a year ago | 2 | Java | ||||||
REST Microservices architecture for E-commerce with Spring boot, Cloud and multiple modules | ||||||||||
Online Shop Ecommerce App Angular 6 Firebase | 74 | 3 years ago | 1 | mit | HTML | |||||
Online eCommerce Store app in Angular 11.0 & Firebase | ||||||||||
Terraform Emr Pyspark | 24 | 5 years ago | apache-2.0 | HCL | ||||||
Quickstart PySpark with Anaconda on AWS/EMR using Terraform | ||||||||||
Lscloud Theme Laboutique | 21 | 5 years ago | 8 | other | CSS | |||||
LemonStand Cloud La Boutique Theme | ||||||||||
Gatsby Source Moltin | 18 | 3 years ago | 5 | mit | JavaScript | |||||
🚀 Gatsby source plugin for building Elastic Path Commerce Cloud powered eCommerce websites |
Java open source e-commerce software
Headless commerce and Rest api for ecommerce
Shopizer Headless commerce consists of the following components:
Headless demo Available soon
Demo site for Shopizer 2.X is still available Legacy Shopizer demo
From the command line:
docker run -p 8080:8080 shopizerecomm/shopizer:latest
⋅⋅⋅ Requires the java backend to be running
docker run \
-e "APP_BASE_URL=http://localhost:8080/api" \
-p 82:80 shopizerecomm/shopizer-admin
⋅⋅⋅ 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
https://app.swaggerhub.com/apis-docs/shopizer/shopizer-rest-api/3.0.1#/
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
From the command line:
$ cd shopizer
$ mvnw clean install
$ cd sm-shop
$ mvnw spring-boot:run
Form compiling and running Shopizer admin consult the repo README file
Form compiling and running Shopizer admin consult the repo README file
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 available http://documentation.shopizer.com
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://shopizer-slackin.herokuapp.com/
More information is available on shopizer web site here http://www.shopizer.com
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
Fork the repository to your GitHub account
$ git clone https://github.com/yourusername/shopizer.git
Build application according to steps provided above
$ git remote add upstream https://github.com/yourusername/shopizer.git
$ git pull upstream 3.2.3
$ git checkout -b branch-name
Please open a PR (pull request) in order to have your changes merged to the upstream