{"id":19573644,"url":"https://github.com/moqui/popcommerce","last_synced_at":"2025-11-02T05:30:26.414Z","repository":{"id":1043479,"uuid":"2541286","full_name":"moqui/PopCommerce","owner":"moqui","description":"POP Commerce is an eCommerce and ERP application suite for retail and wholesale organizations. POP Commerce is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens.","archived":false,"fork":false,"pushed_at":"2024-08-17T15:33:32.000Z","size":1025,"stargazers_count":77,"open_issues_count":6,"forks_count":71,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-02-10T20:46:55.948Z","etag":null,"topics":["accounting","application","crm","ecommerce-application","erp","erp-application","inventory","java","mantle","mantle-business","moqui","moqui-framework","pop-commerce","purchasing","retail","sales","web","webapp","wholesale"],"latest_commit_sha":null,"homepage":"http://github.com/moqui/PopCommerce","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moqui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-10-09T04:23:45.000Z","updated_at":"2025-02-05T18:15:41.000Z","dependencies_parsed_at":"2024-11-11T06:35:15.883Z","dependency_job_id":null,"html_url":"https://github.com/moqui/PopCommerce","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moqui%2FPopCommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moqui%2FPopCommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moqui%2FPopCommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moqui%2FPopCommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moqui","download_url":"https://codeload.github.com/moqui/PopCommerce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239379324,"owners_count":19628682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accounting","application","crm","ecommerce-application","erp","erp-application","inventory","java","mantle","mantle-business","moqui","moqui-framework","pop-commerce","purchasing","retail","sales","web","webapp","wholesale"],"created_at":"2024-11-11T06:35:11.341Z","updated_at":"2025-11-02T05:30:26.345Z","avatar_url":"https://github.com/moqui.png","language":"Groovy","readme":"## POP (Plain-Old-Product) Commerce - Retail and Wholesale ERP and eCommerce\n\n[![license](http://img.shields.io/badge/license-CC0%201.0%20Universal-blue.svg)](https://github.com/moqui/PopCommerce/blob/master/LICENSE.md)\n[![build](https://travis-ci.org/moqui/PopCommerce.svg)](https://travis-ci.org/moqui/PopCommerce)\n[![release](http://img.shields.io/github/release/moqui/PopCommerce.svg)](https://github.com/moqui/PopCommerce/releases)\n[![commits since release](http://img.shields.io/github/commits-since/moqui/PopCommerce/v2.2.0.svg)](https://github.com/moqui/PopCommerce/commits/master)\n[![downloads](http://img.shields.io/github/downloads/moqui/PopCommerce/total.svg)](https://github.com/moqui/PopCommerce/releases)\n\n[![Discourse Forum](https://img.shields.io/badge/moqui%20forum-discourse-blue.svg)](https://forum.moqui.org)\n[![Google Group](https://img.shields.io/badge/google%20group-moqui-blue.svg)](https://groups.google.com/d/forum/moqui)\n[![LinkedIn Group](https://img.shields.io/badge/linked%20in%20group-moqui-blue.svg)](https://www.linkedin.com/groups/4640689)\n[![Stack Overflow](https://img.shields.io/badge/stack%20overflow-moqui-blue.svg)](http://stackoverflow.com/questions/tagged/moqui)\n\nPOP Commerce is a simple eCommerce application and an admin app to administer the eCommerce site and manage various \naspects of a retail or wholesale business, from customer service and fulfillment to accounting. The goal is for POP \nCommerce to include all functionality a general retail business might need.\n\nWhile meant to be a usable and functional, the primary purpose is to be a easy to customize starting point for custom \neCommerce sites and a demonstration of the use of Moqui Framework and Mantle Business Artifacts entities and services \nfor building eCommerce applications.\n\nPOP Commerce is based on the Moqui Framework and Mantle Business Artifacts projects. It reuses various ERP screens from \nthe SimpleScreens project. \n\n### Running POP Commerce\n\nTo run POP Commerce you need Moqui Framework, POP Commerce itself, and the components it depends on. Moqui supports a \nfew methods for setup and deployment as described in the documentation here:\n\n\u003chttp://www.moqui.org/docs/framework/Run+and+Deploy\u003e\n\nThe easiest way to try POP Commerce is with the binary distribution available on GitHub:\n\n\u003chttps://github.com/moqui/PopCommerce/releases\u003e\n\nIf you don't have gradle or ant installed you can use this command line to run Java directly:\n\n    $ java -jar moqui.war\n\n### Build and Run Locally\n\nTo get and locally run the latest POP Commerce you'll need JDK 8 or later (OpenJDK or Oracle), and either a git client or you can \nuse the binary download link on GitHub.\n\nJava can be downloaded here (make sure to use the Download button under the **JDK** column, NOT the under the JRE column):\n\n\u003chttp://www.oracle.com/technetwork/java/javase/downloads/index.html\u003e\n\nThe following instructions use the Gradle Wrapper to build. You can optionally download and install Gradle \n(from \u003chttp://www.gradle.org/downloads\u003e) and use **gradle** instead of **./gradlew** in the example commands.\n\nTo download Moqui/Mantle/PopCommerce source and build/run locally use the following steps:\n\n#### Step 1: Download Moqui Framework\n\nZip: \u003chttps://github.com/moqui/moqui-framework/archive/master.zip\u003e\n\nGit: \u003chttps://github.com/moqui/moqui-framework.git\u003e\n\nFrom either source you should put the contents in a **moqui** directory for the next steps. If you use the Zip download \nchange the directory name from **moqui-framework-master** to **moqui**. If you clone the Git repository clone it into \na **moqui** directory. \n\n#### Step 2: Download POP Commerce and Dependencies\n\nThis is easy with the dependency configuration per component, and the Gradle get component tasks. With Gradle Wrapper \nyou don't need to install Gradle separately to do this. The PopCommerce component is configured by default in the Moqui \naddons.xml file, so just run:\n\n    $ ./gradlew getComponent -Pcomponent=PopCommerce\n\nIf you downloaded the zip archive for Moqui Framework this will download the zip archives for PopCommerce and each \ncomponent it depends on. If you cloned from the git repository this will clone all components from their repositories. \n\n#### Step 3: Build and Load Data\n\nFrom the **moqui** directory run:\n \n    $ ./gradlew load\n\nThis will build Moqui and load seed and demo data from all components into an embedded H2 database.\n\n#### Step 4: Run Moqui\n\nFrom the **moqui** directory run:\n \n    $ java -jar moqui.war\n\n#### Step 5: Access the POP Commerce applications\n\nFor the eCommerce application, in your browser go to:\n\n\u003chttp://localhost:8080/popc\u003e\n\nOr for the admin application go to:\n\n\u003chttp://localhost:8080/vapps/PopcAdmin\u003e\n\nUse the button in the lower-left corner of the screen login as John Doe.\n\n### Setup Commands Quick Reference\n\nJava 8 JDK is required (OpenJDK or Oracle): \u003chttp://www.oracle.com/technetwork/java/javase/downloads/index.html\u003e\n\nHere are command line steps for initial checkout, setup, and run:\n\n    $ git clone git@github.com:moqui/moqui-framework.git moqui\n    $ cd moqui\n    $ ./gradlew getComponent -Pcomponent=PopCommerce\n    $ ./gradlew load\n    $ java -jar moqui.war\n\nHere are steps for a basic update (for development with clean out and rebuild of database):\n\n    $ cd moqui\n    $ ./gradlew cleanAll gitPullAll\n    $ ./gradlew load\n    $ java -jar moqui.war\n\nTo access the eCommerce app go to something like \u003chttp://localhost:8080/popc\u003e in a web browser. To access the admin app \ngo to \u003chttp://localhost:8080/vapps/PopcAdmin\u003e.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoqui%2Fpopcommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoqui%2Fpopcommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoqui%2Fpopcommerce/lists"}