Created on 4th April 2021
•
Slotify app helps us listen to our music using a simple webapp. All the songs can be categorized by artist, album and genre. This helps the user conveniently sort out their music and categorize it. We have also included a playlist feature which will help users store their preferred music as per their wishes
We had a hard time implementing the database of this app because we had to come up with a schema which would hold all the artist, album, genre and song details and link it to the song correctly. We tried implementing a different database like a nosql but in the end we managed to solve it using MySQL by making a schema which solves all our problems.