Fake Data
Fake data generator, part of the microbase ecosystem.
Setup
cd $MICROBASE_HOME/microbase/ecomm/tests/fakeData
yarn install --pure-lockfileUsage
As a server
node.index.js
Then use curl or postman to generate requests
From the command line
node index.js -r <operation>
where operation is one of this:
'generate.oauthclients'
'generate.taxes'
'generate.payments'
'generate.categories'
'generate.products'
'generate.promotions'
'generate.customers' 