This PR is to provide a backend service which will be used for the frontend part of this code sample. This will provide an API for product which will allow:
create
get
update (description)
updateState (approve, reject, submit, withdraw)
Given this service, it will allow the frontend to display all available states and move between states which is driven by the cadence pageflow workflow.
This PR is to provide a backend service which will be used for the frontend part of this code sample. This will provide an API for product which will allow:
Given this service, it will allow the frontend to display all available states and move between states which is driven by the cadence pageflow workflow.
Added