Skip to content

⚒️ Music library management system through CLI 🏁. Updating...

Notifications You must be signed in to change notification settings

thuongtruong1009/music-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUSIC MANAGEMENT SYSTEM

Description

This is a music management system that allows you to add, delete, and search for songs. It also allows you to create playlists and add songs to them.

Features

  • Add songs
  • Delete songs
  • Search for songs
  • Create playlists
  • Add songs to playlists
  • Delete songs from playlists
  • Search for playlists
  • Save data to JSON file
  • Load data from JSON file

Architecture

ERD

Installation

To install this program, you need to have Go installed on your computer. You can download it here.

Usage

To run the program, you need to run the following command in the terminal:

go run main.go

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.