check /recommendations

POST https://spotify-song-recommender-complete.glitch.me/recommendations

Debugging the backend

We can test our Glitch server POST /recommendations route by making requests in Qodex.

This request is making a call to our completed glitch demo app: code, app

We send a POST request body with a track and artist, and our Glitch server completes a workflow to send back song recommendations.

Request Body

{"track"=>"dancing queen", "artist"=>"abba"}