https://github.com/microverse-fullstack-program/catalog-of-things-v1
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-v1
Last synced: about 2 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-v1
- Owner: Microverse-Fullstack-Program
- License: mit
- Created: 2023-06-05T08:48:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T19:12:52.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T18:41:51.259Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 94.7 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-)
- [👤 **Walid Kabboussa**:](#-walid-kabboussa)
- [👤 **Chere Lemma**:](#-Chere-Lemma)
- [👤 **Akpan Daniel**:](#-Akpan-Daniel)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [💖 Show your support ](#-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#--license-)**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.
## 🛠 Built WithClient
Testing
Linter
- Create items like book, music album and game
- List added items
- Preserve each item's data in a separate JSON file
[Video Documentation](https://drive.google.com/file/d/1DcDE6lhruB7GeZareueWtsPMMqXQZJtD/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/) 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 menu.rb
```
To run tests, run the following command:
```sh
cd spec
rspec classname_spec.rb
```
## Rspec Tests
### 👤 **Chere Lemma**
- GitHub: [@githubhandle](https://github.com/cherelemma)
- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chere-lemma27211613)
### 👤 **Walid Kabboussa**
- GitHub: [@Hisoka37](https://github.com/Hisoka37)
- Twitter: [@KBwalid9](https://twitter.com/KBwalid9)
- LinkedIn: [Walid Kabboussa](https://www.linkedin.com/in/walidkb/)
### 👤 **Kagheni Mbale Christian**
- GitHub: [@githubhandle](https://github.com/danutibe07)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/danutibe07/)
- [ ] Update selected Items
- [ ] Add genres/labels
- [ ] Add Movies 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.