Website

Listen Along

Project URL: https://github.com/Fidasek009/listen-along

A small project to listen along to your friends on Spotify. The Python backend communicates with the Spotify API and also serves it's own API to allow frontend interaction. The frontend is built with a few simple React elements. A very interesting part is that everything is dockerized. I have three docker images: backend, frontend and nginx proxy all inside a docker-compose file for simple and fast deployment.