Structure
Mustom consist of three components, commerce engine, admin panel, and storefront. These components are completely decoupled from each other.
Commerce Engine
Commerce Engine is backbone of your store. Unlike other ecommerce platform, it's totally decoupled from frontend, storefront and admin-panel, but it keep communicate with them using RESTful api. It take care of data in database, and it handle important business logic like transaction.
Admin Panel
Admin panel built with react. Admin users can manage many things like orders, and set configuration for a store. Developers can
Storefront
It is just concept of storefront that built with React. You can simply change ...because it is already fully work store.
Last updated