https://github.com/microverse-fullstack-program/catalog-of-things
Items Catalog console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games.
https://github.com/microverse-fullstack-program/catalog-of-things
rubocop rubocop-rspec ruby ruby-app ruby-gem
Last synced: 12 months ago
JSON representation
Items Catalog console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games.
- Host: GitHub
- URL: https://github.com/microverse-fullstack-program/catalog-of-things
- Owner: Microverse-Fullstack-Program
- License: mit
- Created: 2023-06-11T18:24:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T18:08:44.000Z (over 2 years ago)
- Last Synced: 2025-01-11T18:42:03.351Z (about 1 year ago)
- Topics: rubocop, rubocop-rspec, ruby, ruby-app, ruby-gem
- Language: Ruby
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Items Catalog
## 📗 Table of Contents
- [Catalog Ruby ](#catalog-ruby-)
- [🛠 Built With ](#-built-with-)
- [- Tech Stack ](#--tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites ](#prerequisites-)
- [Setup ](#setup-)
- [Installation ](#installation-)
- [Usage ](#usage-)
- [Run tests ](#run-tests-)
- [✍️ Authors ](#️-authors-)
- [👤 **Chere Lemma**:](#-Chere-Lemma)
- [👤 **Ismail ALi**:](#-ismail-ali)
- [👤 **Salomon Tshobohwa**:](#-Salomon-Tshobohwa)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [💖 Show your support ](#-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#--license-)
**Items Catalog** is a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. It allows items record to be stored in JSON files and loaded on the program startup.
Client
Testing
Linter
- Create items like books, music albums, and game
- List added items
- Preserve each item's data in a separate JSON file
- Load items record from the file on start
[Project Description Video](https://drive.google.com/file/d/17ggVrUlT_fhkL24Vz4LvHnhD1yQycWjs/view?usp=sharing)
To get a local copy up and running, follow these steps.
In order to run this project you need [Ruby](https://www.ruby-lang.org/en/) and [RSpec](https://rspec.info/) installed on your machine.
Clone this repository to your desired folder:
```sh
git clone https://github.com/Microverse-Fullstack-Program/catalog-of-things.git
```
cd catalog-of-things
```
Install this project with:
```sh
bundle install
```
To run the project, execute the following command:
```sh
ruby main.rb
```
To run tests, run the following command for each test file:
```sh
cd spec
rspec classname_spec.rb
```
## Rspec Tests Screenshoot

### 👤 **Chere Lemma**
- GitHub: [@cherelemma](https://github.com/cherelemma)
- LinkedIn: [@chere-lemma27211613](https://www.linkedin.com/in/chere-lemma27211613)
- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)
### 👤 **Ismail Changezi**
- GitHub: [@IsmailChangezi](https://github.com/IsmailChangezi)
- LinkedIn: [@ismailchangezi](https://www.linkedin.com/in/ismailchangezi/)
- Twitter: [@IsmailChangezi1](https://twitter.com/IsmailChangezi1)
### 👤 **Salomon Tshobohwa**
- GitHub: [@Tshobohwa](https://github.com/Tshobohwa)
- LinkedIn: [@tshobohwasalomon](https://www.linkedin.com/in/tshobohwasalomon/)
- Twitter: [@SalomonTshoboh1](https://twitter.com/SalomonTshoboh1)
- [ ] Update selected Items
- [ ] Add genres/labels/authors
- [ ] Add Items
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../../issues).
If you like this project, please consider giving it a 🌟.
We would like to thank microverse for serving this opprtunity.
This project is [MIT](./LICENSE) licensed.