Skip to content

In this project, you will create 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 UML class diagram presented below. The data will be stored in JSON files

License

Notifications You must be signed in to change notification settings

yusufyusie/Catalog-of-my-things

Repository files navigation

Ruby-capston-project : Catalog-of-my-things

📗 Table of Contents

📖 [Catalog-of-my-things]

[Catalog-of-my-things] Is a console app that helps keep records of different types of things: books, music albums, and games.The data is stored in JSON files. A database with tables structure analogical to the program's class structure is prepared.

Video Presentation

(back to top)

🛠 Built With

Tech Stack

Ruby

Key Features

  • [Class functionality]

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

 bundle install

Setup

Clone this repository to your desired folder:

  cd Catalog-of-my-things
  git clone https://github.com/MayPyone/Catalog-of-my-things.git

Install

Install this project with:

  cd catalog-of-my-things
  bundle install
  gem install --no-document rubocop -v '>= 1.0, < 2.0'
  gem install rspec

Usage

To run the project, execute the following command:

  ruby main.rb
  or
  ./main

Run tests

To run tests, run the following command:

  • rubocop --color
  • rspec spec --format doc

Deployment

  • Project is not deployed

(back to top)

👥 Authors

👤 May Pyone

👤 Yesuf Fenta

👤 Ishimwe JOSEPH

🔭 Future Features

  • [Add different structure]

(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 show support by staring ⭐️.

(back to top)

🙏 Acknowledgments

  • We would like to thank Microverse for accommodating us in the Full-time Software Development program

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

In this project, you will create 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 UML class diagram presented below. The data will be stored in JSON files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages