An open API service indexing awesome lists of open source software.

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.

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-)

# Catalog Ruby

**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 With

### - Tech Stack

Client

Testing

Linter

### Key Features

- Create items like book, music album and game
- List added items
- Preserve each item's data in a separate JSON file

(back to top)

### 👨‍💻 Video Documentation

[Video Documentation](https://drive.google.com/file/d/1DcDE6lhruB7GeZareueWtsPMMqXQZJtD/view?usp=sharing)

(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](https://www.ruby-lang.org/en/) installed on your machine.

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/Microverse-Fullstack-Program/catalog-of-things.git
```
cd catalog-of-things

```

### Installation

Install this project with:

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
ruby menu.rb
```

### Run tests

To run tests, run the following command:

```sh
cd spec
rspec classname_spec.rb
```
## Rspec Tests

(back to top)

## ✍️ Authors

### 👤 **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/)

(back to top)

## 🔭 Future Features

- [ ] Update selected Items
- [ ] Add genres/labels
- [ ] Add Movies Items

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../../issues).

(back to top)

## 💖 Show your support

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

(back to top)

## 🙏 Acknowledgments

We would like to thank microverse for serving this opprtunity.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)