Skip to content

Create CRUD operations for Photos table #8

Description

@dab1an

Issue Title: Create CRUD operations for Photos table


Description

  • Implement CRUD operations for the photo table.
  • Needed for managing photos within albums, allowing users to upload, view, and remove photos.

Task List

  • Step 1: Create the POST /photos route to add a new photo.
  • Step 2: Create the GET /photos/{id} route to retrieve photo details by id.
  • Step 3: Create the DELETE /photos/{id} route to remove a photo from the database.
  • Step 4: Add validation and error handling for photo operations.

Acceptance Criteria

  • Photos can be created, read, updated, and deleted via API endpoints.
  • Unit tests for all operations are implemented and passing.

Branch Navigation

  • Branch Name: develop/photo-crud
  • git fetch origin
  • git checkout photo-crud

Resources / References


Assignee(s)

  • @AssignedMember

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions