* 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 endpoint - no code - for updating the song from the queue
* Added endpoint to update song from queue
* Endpoint is now available
* Fixed endoint uri
* Added tempfile crate for tests
* Test is working
* Test is operational
* Code formatting
* Code cleanup
* Added endpoint
* Endpoint is now accessible
* Moved request to its own function in tests
* Added test, but running into issues
* Fixing code causing test to fail
* Code formatting
* Changes to status definition
* Added endpoint to update song_queue status
* endpoint return fix
* Endpoint now available
* Added test
* Code formatting
* Clippy warning fix
* Added initial code to link coverart id and song queue id
* Added more functionality
* Preparing test
* Finished test
* Cleanup
* Code formatting
* Clippy warning fix
* 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
* Added code to fetch next queue item
* Updated README
* Give it a go
* Minor docker compose change
* Added docker-compose defaults
* Code refactor
* Removed data from being fetched
* Added test
* Formatting