PlaylistApiCouchbase

This is a web service whose datasource is Couchbase, which can create playlists from the Swagger interface.

Endpoints

  • playlist create endpoint

  • playlist findById endpoint

  • playlist findAllByUserId endpoint

  • playlist delete endpoint

  • add track to playlist endpoint

  • remove track to playlist endpoint

Used Technologies

  • Spring Boot
  • Couchbase
  • Docker
  • Swagger
  • Maven
  • Java 11