scheme-management-process
Procescomponent of to manage scheme in the 'Vorderingenoverzicht' system.
Installation
Prerequisites:
- Download the required Go dependencies:
go mod download
- Now start the scheme management process:
go run cmd/scheme-management-process/*.go --listen-address 0.0.0.0:8080
By default, the application will run on port 80
, so specifically set port 8080 to run it locally.
Adding mocks
We use GoMock to generate mocks.
When you make updates to code for which there are mocks, you should regenerate the mocks.
Regenerating mocks
sh scripts/regenerate-gomock-files.sh
Deployment