MLH-Fellowship / orientation-project-python-24.SPR.A

Orientation Project (Python for 24.SPR.A)
1 stars 3 forks source link

Refactor/separate data #35

Closed Afonne-CID closed 7 months ago

Afonne-CID commented 7 months ago

Description

Separated the data layer from the API, enabling the addition of new data and modification of existing resources with persistence.

This change adheres to the best practice of separation of concerns, enhancing maintainability and extensibility.

Issue

Closes #31