Alyssa-Webb / Audionyx

0 stars 0 forks source link

Ability for user to upload a spotify or youtube link and see the MP3 file in their library #18

Open Alyssa-Webb opened 3 weeks ago

Alyssa-Webb commented 3 weeks ago

Integrate the MP3 converters from Connors .js files to allow the user to upload a link from Spotify or YouTube. Backend will handle converting the file, and the file will be seen in the user's library.

Acceptance Criteria: As a user, I can upload YouTube and Spotify links. They convert to MP3 files and I can play and interact with these files after uploading.

Alyssa-Webb commented 2 weeks ago

POST and GET added to index.js. Issue now is properly integrating everything with the database.