https://github.com/bartosz-ziolkowski/spotify_clone

Spotify clone

https://github.com/bartosz-ziolkowski/spotify_clone

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary

Keywords

angular auth0 css docker html java openapi postman rest-api scss spring-boot swagger
Last synced: 5 months ago · JSON representation

Repository

Spotify clone

Basic Info
  • Host: GitHub
  • Owner: bartosz-ziolkowski
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 195 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
angular auth0 css docker html java openapi postman rest-api scss spring-boot swagger
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Spotify Clone

Overview

With this application, I aimed to practice handling audio files while continuing to work with Java Spring Boot, Angular, and a database. Additionally, I integrated the third-party service Auth0 for OAuth 2.0 authentication. After logging in, users can upload songs, listen to them, and save them to their favorites. The application also features a search function for finding songs. Overall, the application draws inspiration from popular streaming services like Spotify, providing a similar user experience in terms of functionality and design.

Screenshots

alt text alt text alt text alt text alt text

Technologies

Frontend

  • Angular
  • HTML
  • CSS + SCSS ### Backend
  • Java Spring Boot
  • OpenAPI and Swagger UI Documentation ### Other tools
  • Docker
  • PostgreSQL
  • Auth0 ### Comments
  • Created REST API documentation using Swagger
  • Auth0 as OAuth 2.0 authentication
  • Dockerized the database

Live demo

Click below to watch the app walkthrough on YouTube

alt text

Owner

  • Name: Bartosz Ziółkowski
  • Login: bartosz-ziolkowski
  • Kind: user
  • Location: Copenhagen

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Bartosz Ziółkowski b****i@i****m 3

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

spotify-clone-server/pom.xml maven
  • org.mapstruct:mapstruct-processor 1.5.5.Final provided
  • com.okta.spring:okta-spring-boot-starter 3.0.7
  • org.liquibase:liquibase-core
  • org.mapstruct:mapstruct 1.5.5.Final
  • org.postgresql:postgresql
  • org.springframework.boot:spring-boot-devtools
  • org.springframework.boot:spring-boot-starter-data-jpa
  • org.springframework.boot:spring-boot-starter-oauth2-client
  • org.springframework.boot:spring-boot-starter-security
  • org.springframework.boot:spring-boot-starter-validation
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-test test
  • org.springframework.security:spring-security-test test
spotify-clone-ui/package-lock.json npm
  • 919 dependencies
spotify-clone-ui/package.json npm
  • @angular-devkit/build-angular ^18.1.1 development
  • @angular/cli ^18.1.1 development
  • @angular/compiler-cli ^18.1.0 development
  • @angular/localize ^18.1.0 development
  • @types/howler ^2.2.11 development
  • @types/jasmine ~5.1.0 development
  • jasmine-core ~5.1.0 development
  • karma ~6.4.0 development
  • karma-chrome-launcher ~3.2.0 development
  • karma-coverage ~2.2.0 development
  • karma-jasmine ~5.1.0 development
  • karma-jasmine-html-reporter ~2.1.0 development
  • typescript ~5.5.2 development
  • @angular/animations ^18.1.0
  • @angular/common ^18.1.0
  • @angular/compiler ^18.1.0
  • @angular/core ^18.1.0
  • @angular/forms ^18.1.0
  • @angular/platform-browser ^18.1.0
  • @angular/platform-browser-dynamic ^18.1.0
  • @angular/router ^18.1.0
  • @fortawesome/angular-fontawesome ^0.15.0
  • @fortawesome/free-brands-svg-icons ^6.5.2
  • @fortawesome/free-regular-svg-icons ^6.5.2
  • @fortawesome/free-solid-svg-icons ^6.5.2
  • @ng-bootstrap/ng-bootstrap ^17.0.0
  • @popperjs/core ^2.11.8
  • bootstrap ^5.3.2
  • howler ^2.2.4
  • rxjs ~7.8.0
  • tslib ^2.3.0
  • zone.js ~0.14.3