Skip to content

dryhour/music-catalog-api

Repository files navigation

Music Catalog API

A RESTful API inspired by the Spotify API. It allows you to list songs and artists, create playlists, and manage your music catalog.

Features

  • CRUD operations for Songs, Artists, and Playlists:
    • GET: Retrieve songs, artists, or playlists
    • POST: Add new songs, artists, or playlists
    • PUT: Update existing songs, artists, or playlists
  • Built with Spring Boot and MongoDB
  • Structured with Models, Repositories, and Controllers for clean architecture
  • Sample data inserted automatically on application startup

About

A RESTful API that is similar to the Spotify API. It includes listing songs and artists, and making playlists.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors