As an Admin,
I want to create a Projects app in the backend,
so that user's projects can be handled appropriately
Acceptance Criteria
- A Projects API exists in the backend with full CRUD functionalities
- Only logged-in users can manage their own project resources
Tasks
Manual testing
As an Admin,
I want to create a Projects app in the backend,
so that user's projects can be handled appropriately
Acceptance Criteria
Tasks
projectsappprojectsapp toINSTALLED_APPSinsettings.pyProjectsmodelprojectsviewsprojectsserializersprojectresourceIsOwnerOrReadOnlypermission (if not created yet)is_ownerfield to serializerproject/views.pyto restrict editing a profile to the profile ownerManual testing