|
@@ -14,6 +14,36 @@ The playlist creator will have the ability to customize the limitations of the p
|
14
|
14
|
Users will then be able to upvote songs to move up the queue but songs with zero votes will not play. Playlist creators can save playlists to their account for later use. This creates a social playlist at any get together where everyone has input.
|
15
|
15
|
I would like for this app to be an app for your phone and computer.
|
16
|
16
|
|
|
17
|
+### API's
|
|
18
|
+-----
|
|
19
|
+SoundCloud
|
|
20
|
+[https://developers.soundcloud.com/](http://)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+Spotify
|
|
24
|
+[https://developer.spotify.com/documentation/web-api/](http://)
|
|
25
|
+
|
|
26
|
+Youtube
|
|
27
|
+[https://developers.google.com/youtube/](http://)
|
|
28
|
+
|
|
29
|
+### FrontEnd
|
|
30
|
+-----
|
|
31
|
+AngularJS
|
|
32
|
+[https://angularjs.org/](http://)
|
|
33
|
+
|
|
34
|
+### API Server
|
|
35
|
+-----
|
|
36
|
+
|
|
37
|
+Spring
|
|
38
|
+[https://spring.io/projects/spring-boot](http://)
|
|
39
|
+
|
|
40
|
+### Database
|
|
41
|
+-----
|
|
42
|
+
|
|
43
|
+MySQL
|
|
44
|
+[https://www.mysql.com/](http://)
|
|
45
|
+
|
|
46
|
+or
|
17
|
47
|
|
18
|
|
-The app will be coded in Java with the spring.io for the backend and server, it will also utilize AngularJS to build the GUI and will have MySQL as the database.
|
19
|
|
- The app will also talk to the the Spotify, SoundCloud and YouTube api’s. The Youtube and SoundCloud api’s to utilize the free music. Spotify’s api for anyone that has a premium or free account with Spotify.
|
|
48
|
+PostgreSQL
|
|
49
|
+[https://www.postgresql.org/](http://)
|