Portfolio Api

This is an API developed in python with the FastApi framework and putting into practice the recommendations of the book Clean Architecture in Python by Leonardo Giordani, to separate the backend architecture into different layers. Giving us the opportunity that the change of one of these layers does not affect the others, for example if we change the database this change will not affect the business logic layer, or if we have changed our framework because now our backend will be a web application. desktop, business logic layer and data layer will be the same and we don’t have to change them.

GitHub

View Github