There are a few issues with the provided sample code.
-
When a user clones the repo and goes follows the instructions for the sample README, the application refuses to start. This is because the sample code reference the local client code and not what is installed via NPM
-
When using NPM, the package.json references v1.0.2 of the client but the current codebase is v1.0.3.
-
The Get Company Info use case does not work.