i-love-flamingo / flamingo-commerce-adapter-standalone

flamingo-commerce demo (secondary) adapters for the (secondary) ports that work without external services
4 stars 2 forks source link

Tests

Flamingo Commerce Adapters Standalone

This repository contains modules that allow to run Flamingo Commerce in a standalone mode. (Not connected to any third party headless ecommerce API).

According to the Flamingo Commerce concept of "ports and adapters" the modules provide implementations for Flamingo Commerce Ports.

The following flamingo modules are part of that:

Usage

Just add the modules to your Flamingo bootstrap like this:

        new(commercesearch.Module),
        new(commercesearch.CategoryModule),
        new(commercesearch.SearchModule),
        new(csvindexing.ProductModule),
        new(emailplaceorder.Module),

There are a couple of configuration options. See the Flamingo config command, and the module readme for details.