LetsMesh / Site

Repository for the Website named Let's Mesh
https://letsmesh.vercel.app
6 stars 2 forks source link

[REFACTOR] RESTful API endpoints #358

Open blu3eee opened 3 months ago

blu3eee commented 3 months ago

User Story:

As a developer, I want to refactor and reorganize the backend part of the project to follow to RESTful standards, ensuring a consistent and logical structure for the API endpoints.

Details:

Example of refactoring profiles endpoint:

Technical details:

Why do this? This aims to improve the clarity, maintainability, and consistency of the API, making it easier for developers to understand and work with.