Ruby-Group-Capstone

In this project, we will create a console app that will help to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the given UML class diagram. The data will be stored in JSON files.

Stars
4

Table of Contents

Ruby group capstone - Catalog of my things

Ruby group capstone - Catalog of my things In this project, we will create a console app that will help to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the given UML class diagram. The data will be stored in JSON files but we will also prepare a database with tables structure analogical to our program's class structure.

Built With

Tech Stack

Key Features

  • Add books and labels
  • Add albums and genres
  • Add games and authors
  • Unit tests for all implemented methods

Live Demo

Presentation

Presentation about this project

Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby installed and running.
  • You should be able to use IRB.

Setup

Clone this repository to your desired folder:

git clone [email protected]:billymohajeri/Ruby-Group-Capstone.git

Install

Install this project with:

cd Ruby-Group-Capstone
gem install

Authors

Wahaj Ali

Billy Mohajeri

Md Tariq-ul Islam

Future Features

  • Add new source
  • Add new movie

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project, please consider giving it a star.

Acknowledgments

  • I would like to thank all code reviewers for making this project better.

License

This project is MIT licensed.

Related Projects