📁 Showcase
Start

Start

Enterprise

All future commands will apply to this enterprise.

create ent "Your Pharmacy Distributor"
  about: "Doubling the reach of a pharmacy distributor"
  timeZone: "Asia/Kolkata"
  displayDateFormat: "dd/MM/yyyy, HH:mm:ss"

Backend

Modules

We are building the Pharmacy Distributor, while the Jewelery Distributor is left as an exercise.

To modularize the code, create two separate modules.

ensure module "Pharmacy"
ensure module "Jewelery"

Roles

Define the roles that will interact with the enterprise.

ensure role Owner

ensure role Customer