this repo has no description
commits
Author
Commit
Message
Date
Add router to server struct and expose it as a method
Move router creation to router package
Split bridge package into routes and schemas files
(These files are from an earlier project)
Refactor artist scrobble repository to support filtering by user ID and
time range in a more maintainable way with helper functions
Add new GetCount method to retrieve total scrobble count for an artist
Update service and handler layers to use the new repository methods