Skip to content

Tech test for ONErpm #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rafalimao
Copy link

This pull request implements a Laravel backend service that integrates with the Spotify API to import track data by ISRC codes. The application:

  • Authenticates with Spotify using client credentials;

  • Searches for tracks by their ISRC;

  • Stores track details (album thumbnail, release date, title, artists, duration, preview player URL, Spotify link, and availability in Brazil) in a MySQL database;

  • Exposes a public, responsive webpage listing all stored tracks ordered alphabetically by track title;

Additional features includes unit tests for core services and controllers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant