Shoreline is the entrance to the ocean; in our case it manages logins and user accounts
If you are running Shoreline as part of runservers the service will already be built and the dependecies located in the src
directory
If you are building Shoreline in isolation then you need to move a copy of the our come_deps.sh file into the root of the repository.
Then to get dependencies and build, use:
$ source ./build
To (re)generate mocks which are used in tests:
go generate ./...
To run all tests for this repo then in the root directory use:
$ source gotest
Go into the package directory e.g. user
then use go test -v
within that directory.
Specify the user ID for the demo account to automatically share with a new signup with VCA.