An app for generating collage from Spotify playlists and top tracks written in Java + Spring (backend) and Typescript + Angular (frontend).
Project is created with:
- Java
- Spring Boot
- Typescript
- Angular
In order to run project locally you need to clone this repository and build project with Docker Compose:
$ git clone https://github.com/xpakx/spotify-collage.git
$ cd spotify-collage
$ docker-compose up --build -d
To stop:
$ docker-compose stop
- Connecting to Spotify with OAuth
- Viewing playlists and top tracks
- Generating image with album covers
