CS2031-DBP / proyecto-backend-mure

Source code for the backend of the Mure project, developed with Java and Spring Boot 🌱
GNU General Public License v3.0
2 stars 0 forks source link

Crear Endpoints Song & playlist #15

Closed Aldebaran2105 closed 5 months ago

Aldebaran2105 commented 5 months ago

Song 🎼 Get Song from Id Get Song from Title Get Songs from an specific Artist Get Songs from Genre Post Song (Admin) Update Album (Admin) Update Cover Image (Admin) Delete Song (Admin)

Playlist Get Playlists from Authors Get playlists that contains a specific song Get playlists from name Post playlist Add song Delete Song // Es update Add authors Delete authors // Es update Delete Playlist