* #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
* .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