Skip to content

epeljto1/RecordStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

253 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecordStore

RecordStore is a project that allows users to manage and organise music records while securely creating and accessing their accounts. The system provides a user-friendly interface for performing CRUD operations on this entity. Each record contains a reference to the associated artist, and each artist
contains a reference to the label they are signed to. Users can only add records by artists that are registered in the database.

GUI

mvn clean install

mvn clean javafx:run

CLI

mvn clean install -P cli-app

java -jar target\RecordStore-cli-jar-with-dependencies.jar

JAVADOC

mvn clean javadoc:aggregate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors