/thought-catalog

In this project, we created a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Ruby Group Capstone Project

Ruby Group Capstone Project - Catalog of my things In this project, we created a console app that will help you 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

(back to top)

📺 Presentation

Presentation Video Link

(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:

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

Setup

Clone this repository to your desired folder:

git clone git@github.com:Al-Amin-Khan-Shakil/ruby-group-capstone-project.git

Install

Install this project with:

cd Ruby-Group-Capstone
gem install

Testing

Install Rspec using:

gem install rspec

Then run this command in the root folder:

rspec

(back to top)

👥 Authors

Al Amin Khan Shakil

👤 Lucy W. Mwangi

👤 Goldinium

👤 Evans Kofi Nyamekye

(back to top)

🔭 Future Features

Adding streaming feature

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

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

(back to top)

🙏 Acknowledgments

  • I would like to thank all my coding partners for making a contribution this project and my code reviewers for giving constructive feedback about our project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)