Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

brothertoad/spring-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music REST service

This is a simple REST service that uses Spring Boot. After using my itunes-analyzer to create a JSON file representing my music library, I created this REST service to populate a Postgreql database with the library. This REST service also provides an API to change the status of each track. As I re-rip my CD's, my intranet uses this REST service to update the tracks' status.

Installation

This is a Maven project, so assuming you have Maven installed, you can just clone the project to your machine and run

mvn install

Usage

I run this as a standalone jar. You need to specify the username and password for your database as properties on the command line.

License

Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published