Design¶
We use the model–view–controller (MVC) software design pattern.
When the user make a request, the request is processed in the following steps:
src/rotasforward the request to the controllersrc/controllersforward the request to the serviceNo validation is done here.
src/executoresvalidates the request and return the data to the user.All data query goes to
src/repositorios.