Skip to content

Create CRUD operations for Albums table #7

Description

@dab1an

Issue Title: Create CRUD operations for Albums table


Description

  • Implement CRUD operations for the album table.
  • Necessary for managing albums, including creating, editing, and deleting albums in the system.

Task List

  • Step 1: Create the POST /albums route to add a new album.
  • Step 2: Create the GET /albums/{id} route to retrieve album details by id.
  • Step 3: Create the PUT /albums/{id} route to update an album’s details.
  • Step 4: Create the DELETE /albums/{id} route to remove an album from the database.
  • Step 5: Add validation and error handling for album operations.

Acceptance Criteria

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

Branch Navigation

  • Branch Name: develop/album-crud
  • git fetch origin
  • git checkout album-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