- Implemented VLCService to handle sound playback using VLC.
- Added routes for soundboard management including play, stop, and status.
- Introduced admin routes for sound normalization and scanning.
- Updated user model and services to accommodate new functionalities.
- Enhanced error handling and logging throughout the application.
- Updated dependencies to include python-vlc for sound playback capabilities.
refactor(main): update index route response and remove greeting service
refactor(decorators): streamline authentication decorators and remove unused ones
test(routes): update tests to reflect changes in main routes and error messages