You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main focus here should be to implement a minimal project model together with the following endpoints
POST /projects
GET /projects
GET /projects/{id}
The focus should not be on completeness of the project data model, but on the endpoints. There are no constraints on the path parameters for the endpoint as long as uniqueness is easy to achieve.
The text was updated successfully, but these errors were encountered:
The main focus here should be to implement a minimal project model together with the following endpoints
The focus should not be on completeness of the project data model, but on the endpoints. There are no constraints on the path parameters for the endpoint as long as uniqueness is easy to achieve.
The text was updated successfully, but these errors were encountered: