Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#CSU004 - [BACKEND] Criação dos modelos Playlist e SongTab #4

Open
1 of 3 tasks
samuelvictorol opened this issue Apr 26, 2024 · 0 comments
Open
1 of 3 tasks
Assignees

Comments

@samuelvictorol
Copy link
Owner

samuelvictorol commented Apr 26, 2024

[BACKEND] FAVTAB Task

  • Criar endpoint para criação de repertório (Playlists contendo Songs) vinculadas ao usuário

Geral

  • Criar Endpoint para criação de playlist
  • Criar Endpoint para criação de song e relacionar a respectiva playlist
  • Criar Endpoint para retornar as playlists do usuário

Modelagem

Song {
 "id": number,
 "nome": string(25),
 "played": boolean,
 "linkAudio":  string(50),
 "linkCifra": string(50),
 "playlistId": number
}
Playlist {
 "id": number,
 "nome": string(25),
 "private": boolean,
 "descricao": string(35),
 "avaliacao": number
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant