* Added initial code for endpoint to link user id with song queue #156
* Updated songQueue to have a user_id field #156
* Added function to link user_id with songQueue record #156
* Added useful constant #156
* Finished adding code #156
Need to make the endpoint available and then write a test. Might have to modify existing tests
* Made link user id endpoint available #156
* Added TODOs for later
* Changing location of test code
* Code formatting
* Added test #156
* Formatted code
* Added user_id to SongQueue and added more related code
* Code formatting
* Fixing possible nil user_id field in SongQueue when calling a function
* Fixed another issue
* Made changes to function to also return user_id
* Making use of user_id in test requests
* Code formatting
* Updated workflow
* Forgot to include port
* Docker changes for port change
* Reverting port changes
* Cleaning up Dockerfile
* Version bump
* Added new status and made changes to song queue status code
* Saving changes
* Got a test working
* Got another test working
* Got the last test working
* Code cleanup
* More minor changes
* More minor changes
* Minor changes
* Changes to coverartQueue migrations
* Added endpoint to wipe data from coverart queue
* Added constant for endpoint
* Endpoint is now available
* Added test
Need to complete
* Test is working
* Code formatting
* Removed TODO
* Added TODOs for later
* Added endpoint to wipe data from song queue
* Migration changes
* Syntax error fix
* Added and linked endpoint
* Added test
* Warning fixes
* Code formatting
* Added migrations for coverart
* Test refactor
* Code formatting
* Added endpoint to create coverart
* Endpoint is available
* Migration changes to song table
* some fixes
* Added test
* Test refactor
* Code formatting
* Clippy warning fixes
* Code cleanup
* Added migration for metadata table used to store a song's metadata
* Added comment for new table
* Added endpoint to create metadata
* Filling out code
* Changed type of duration in request
* Reorganizing code
* Changing metadata table to song
* Added TODO for data type discrepancy for the future
* Fix migration syntax error
* Added types to request
* Added environment variable for root directory:
* Moving keys to its own module
* Moved environement related code to its own module
* Added function to get root_directory
* Added endpoint to create song
* Minor fixes
* Added test and refactored tests
* Ironing out some kinks
* Resolved test issue
Turns out I was using the wrong id value
* Added env variable in workflow
* Added TODO
* Updated env variable
* clippy warning fixes
* Making sure date_created is populated when returneD
* Code cleanup
* Added TODOs
* Uncommenting tests
* Code formatting
* Added time crate
* Added endpoint to get metadata
* Formatting
* Added more code to get metadata
Having issues returning response
* Formatting
* Migration change
* Fix date issue
* Got it somewhat working
* Got things working
* Code fix
* Added test
* Formatting
* Test works
* Cleanup
* Migrations cleanup