* #74: Add UserID to the Song model
* #74: Added functionality to retrieve user id from the token
* #74: Songs will now contain the User Id when uploading
* Updated Readme and script to add migrations
* #74: Some cleanup
* #79: Added query parameter to randomize filename when downloading songs
Right now only the endpoint has this parameter added
* #79: Added functionality to the comressed song endpoint
* Added functionality to the download cover art
* .NET 8 migration
* Fixed bugs with song management
* More cleanup and making some constants
* Updated yml
* Clean up
Removing comments, some cleanup, and moving the startup code into Program.cs
* Removing comments
* Fixed song deletion issue
* Added functionality to delete song directories
* Updated README