SpotifyRandomizer REST API Backend

Rest API that interfaces with Spotify API.

It allows clients to retrieve user details, playlists and their songs, as well as to shuffle order of Tracks.

Designed to run as a Docker image on Google Cloud Run.

Read more...


SpotifyRandomizer React SPA

React SPA with Typescript. Consumes SpotifyRandomizer Rest API allowing users to see their playlists and automatically reorder order of tracks.

Once application is built it is deployed on AWS S3 and served to users through Cloudfront

Read more...