Feature: Creating a shared library on backend to contain all duplicate DTOs, payloads and schemas.
Description
Currently there is a need ensure that both the gateway and respective microservice have the same and consistent DTOs. This can lead to alot of extra code as well as unnecessary effort to ensure that both data are matching. Thus we should create a shared library. Note that we will need to package this library together in the respective docker containers once this is completed
Feature: Creating a shared library on backend to contain all duplicate DTOs, payloads and schemas.
Description
Currently there is a need ensure that both the gateway and respective microservice have the same and consistent DTOs. This can lead to alot of extra code as well as unnecessary effort to ensure that both data are matching. Thus we should create a shared library. Note that we will need to package this library together in the respective docker containers once this is completed