Simple Commerce is a ecommerce platform for the sale of digital products.
This code is made available under a Apache-2.0 license. See the LICENSE file.
You can start up Simple Commerce locally using gradle
and java
:
SPRING_PROFILES_ACTIVE=oidc-authn,keto-authz ./gradlew bootRun
Starting the docker containers is as simple as running:
docker compose --profile keto-authz --profile oidc-authn up -d
Stopping the docker containers is as simple as running:
docker compose --profile oidc-authn --profile keto-authz down --remove-orphans