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

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

Move database/source to a separate file. #31

Closed Afonne-CID closed 7 months ago

Afonne-CID commented 7 months ago

By separating the data from the API, now through the API, users can add, read, modify or remove resources.

Goal: To enable efficient data handling.

It also adds a separation of concern.