SelmaNdapanda / Personal-Catalog

This project involves creating a console application that allows users to keep track of their personal collection of books, music albums, movies and games. The program is structured according to the UML class diagram. The data is stored in JSON files and a database is also set up with tables that match the class structure of the program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Catalog of my things

This project involves creating a console application that allows users to keep track of their personal collection of books, music albums, and games. The program is structured according to the UML class diagram. The data is stored in JSON files and a database is also set up with tables that match the class structure of the program.

πŸ›  Built With

Tech Stack

Server Side
Database

Key Features

  • List all books
  • List all music albums
  • List of movies
  • List of games
  • List all genres (e.g 'Comedy', 'Thriller')
  • List all labels (e.g. 'Gift', 'New')
  • List all authors (e.g. 'Stephen King')
  • List all sources (e.g. 'From a friend', 'Online shop')
  • Add a book
  • Add a music album
  • Add a movie
  • Add a game
  • Preserve data in JSON files
  • Created a console app

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

 gem install ruby or sudo gem install ruby
 gem install rspec
 gem install colorize

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:SelmaNdapanda/Personal-Catalog.git

Install

Install this project with:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

  ruby main.rb

Run tests

To run tests, run the following command:

  src/spec rspec_file.rb or rspec .

Deployment

You can deploy this project using:

  ruby main.rb

(back to top)

πŸ‘₯ Authors

πŸ‘€ Selma Hamutenya

πŸ‘€ Yasir Khan

πŸ‘€ Chukwuma Mosanya

πŸ‘€ Sammuel LEKPOR

(back to top)

πŸ”­ Future Features

  • List all movies
  • List all sources (e.g. 'From a friend', 'Online shop')
  • Add a movie

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Please ⭐️ this repository if you found the project useful.

(back to top)

πŸ™ Acknowledgments

I would like to thank for the group project, all great effort get award

(back to top)

❓ FAQ

Add at least 2 questions new developers would ask when they decide to use your project.

  • could you deploy this project in any other language?

    • Yes, ou can deploy this project using any other back end language

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

This project involves creating a console application that allows users to keep track of their personal collection of books, music albums, movies and games. The program is structured according to the UML class diagram. The data is stored in JSON files and a database is also set up with tables that match the class structure of the program.

License:MIT License


Languages

Language:Ruby 100.0%