Back end and front end responsibilities
Each environment (back and front ends) should be agnostics from each other. This means that the back end should not assume any front end, and should be able to be consumed by other clients, and also means that there should be not mixes between the both.
Responsability | Back end | Front end | Explanation |
---|---|---|---|
Routing | X | Back end should red |