https://www.youtube.com/watch?v=lp6_trzQn78
MusicApp is a web application which purpose is to let you to listen and discover new music. It is similar to Tinder but you're matching with songs! You can like or dislike randomly picked music tracks and if liked, they'll be displayed in a subpage. There is no algorithm which would show you songs based on what you've already liked so you can freely explore the world of music.
- Listen to 30 seconds preview of every song or go to one of 5 links which in most cases will provide full length audio
- Tracks you've liked are stored in the database
- No need to register and login - your favorite tracks won't be lost unless you'll clear the cookie
- Being logged in allows you to view your liked songs no matter which browser you use
- Pagination controls and filtering methods to allow you to quickly find your way in all of the songs you've liked
- Full mobile and touch controls support
All the songs which you'll encounter on the website are fetched from Deezer API.
In order to run the application you'll need to have the following installed
- .NET Core 3.1
- Microsoft SQL Server
- Visual Studio
- Clone this repository to desired location
git@github.com:Shady6/MusicApp.git
- Open the project in Visual Studio
- In appsettings.json change value of DefaultConnection to your connection string
- In Visual Studio open Package Manager Console (Tools -> NuGet Package Manager -> Package Manager Console)
typeupdate-database
and hit enter. - Run the project (F5)