This API enables developers to create applications that provide song recommendations based on genre. It manages non-user specific data, including artists, their songs, and the associated genre for each song.
Let's make millions! 💰 💰 💰
Each ticket has a Title, Description, Request, and Response example information. See example below:
Below are the tickets that you need to complete to create your API.
- Create a Song
- Delete a Song
- Update a Song
- View a List of all the Songs
- Details view of a single Song and its associated genres and artist details
- Create an Artist
- Delete an Artist
- Update an Artist
- View a List of all the Artists
- Details view of a single Artist and the songs associated with them
- Create a Genre
- Delete a Genre
- Update a Genre
- View a List of all the Genres
- Details view of a single Genre and the songs associated with it
These are examples of stretch goals that you can tackle once you have been MVP approved for the above features!
- Plan and Build the Frontend for the MVP routes
- Popular genres: Retrieve a list of genres based on the number of associated songs
- Related artists: Retrieve artists with similar genres
- Search songs by genre
- Search artists by genre
- Search all entities by (name/title/description)
