Due to the end of the backend week, we have come up with an interesting task for you. The task is to make your own spotify clone. Here we gooo
- Create a CRUD for songs with cloud storage
- Create a front for song implementation(take data from backend)
- Implement user authentication and authorization
- Add artits detailed description(with photo in cloud storage and songs)
- Edit profile(with photo in cloud storage)
- Implement search functionality for songs and artists
- Add sharing songs with using websockets like in Spotify(like currently listening)
- Create Favorites musics and playlists
- Create playlist implementation in backend and frontend