Skip to content

Instantly share code, notes, and snippets.

@erimerturk
Last active April 4, 2017 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erimerturk/7e8fb47f3d1a4fcc12ce490b80eb5500 to your computer and use it in GitHub Desktop.
Save erimerturk/7e8fb47f3d1a4fcc12ce490b80eb5500 to your computer and use it in GitHub Desktop.
Design a java application which works simple spotify.
1 ) Register User
2 ) List Singer
3 ) Search by name and list singer result ignore search keyword case (upper/lower)
4 ) List Albums
5 ) Search by name and list Album result ignore search keyword case (upper/lower)
6 ) List Singer Albums
7 ) User creates playlist
8 ) User Lists playlist
9 ) User by name search and list playlist result ignore search keyword case (upper/lower)
10 ) User view playlist detail (name, songs, total duration etc)
11 ) User view song detail (name, album, singer, duration, url(youtuburl) etc)
* Model and write unit test of application
* Consider about java style guide use this link as reference https://google.github.io/styleguide/javaguide.html
* Use github to share code
* Create a maven project
* Develop project as pair
* Due date 24/04/2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment