A RESTful API inspired by the Spotify API. It allows you to list songs and artists, create playlists, and manage your music catalog.
- 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