Git Product home page Git Product logo

music-app-cli's Introduction

Music App - Command line interface

  • Allows users to create playlist, add and remove songs, recordings, tracks.
  • Specific relationship was establised between recordings, songs, tracks, as shown in the UML diagram.
  • The commands should allow establishing all the relationships that exist in the data model. For example: associating songs with recordings, or playlists with users, or songs with user playlists.
  • Allows the users to follow other user's playlists as long as their playlists have same name, for which observer design pattern was used.

UML Diagram

Compiling Instructions using terminal

  1. g++ -g -Wall *.cpp
  2. ./a.out

To execute the provided script file (scriptfile.txt), type .read

Commands

This app allows users to add, delete and show the mentioned features in the table below. In addition to those, the program also supports logging of the commands using .log command.

Features Keywords
User -u
Recording -r
Track -t
User's Playlist -p

For example, adding a user follows the syntax: add -u user_id "name"

To see the rest of the available commands supported by the program, type .help

music-app-cli's People

Contributors

huzzziiii avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.