The current mono-repo is a simple project to showcase the ease and power of Convector by creating a basic Drug Supply Chain fullstack application example.
In /convector-example-drug-supply-chain/@worldsibu/ui/package.json, add --host option allowing it to run by using http://:4200/ instead of http://localhost:4200 only:
"start": "ng serve --host=0.0.0.0",
Also in the service: /convector-example-drug-supply-chain/@worldsibu/ui/src/environments/environment.ts, change to:
serverUrl: 'http://0.0.0.0:10100'
In/convector-example-drug-supply-chain/@worldsibu/ui/package.json, add --host option allowing it to run by using http://:4200/ instead of http://localhost:4200 only:
"start": "ng serve --host=0.0.0.0",
Also in the service:/convector-example-drug-supply-chain/@worldsibu/ui/src/environments/environment.ts, change to:
serverUrl: 'http://0.0.0.0:10100'