Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gisachris/ruby-capstone-project

Welcome to our 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 but you will also prepare a database with tables structure analogical to your program's class structure.
https://github.com/gisachris/ruby-capstone-project

Last synced: 1 day ago
JSON representation

Welcome to our 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 but you will also prepare a database with tables structure analogical to your program's class structure.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Catalog of my things\] ](#-catalog-of-my-things-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Video presentation](#video-presentation)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 [Catalog of my things]

**[Catalog of my things]** is a conole 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 but you will also prepare a database with tables structure analogical to your program's class structure.

## 🛠 Built With

### Tech Stack

Ruby

### Key Features

- **[Item Management]**
- **[Data Persistence]**
- **[User-Friendly Interface]**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

- Ruby
- GitHub

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone [email protected]:gisachris/ruby-capstone-project.git
```

### Usage

To run the project, execute the following command:

Example command:

```sh
ruby main.rb
```

### Run tests

To run tests, run the following command:

Example command:

```sh
rspec spec
```

(back to top)

### video-presentation
This application has a detailed video presentation which you can find [here](https://drive.google.com/file/d/19TMQ2DB_G2f7o1QYvI_Qpm7XhYfgxhoR/view?usp=sharing)

(back to top)

## 👥 Authors

👤 **Vahe Stepanyan**

- GitHub: [@githubhandle](https://github.com/VaheStepanyan100)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/vahestepanyan/)

👤 **Enobong Isong**

- GitHub: [@githubhandle](https://github.com/Enoisong)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/enobong-isong/)

👤 **gisa chris**

- GitHub: [@githubhandle](https://github.com/gisachris)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gisa-chris/)

(back to top)

## 🔭 Future Features

- [ ] **[Use database to store data]**

(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

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- [Microverse](https://www.microverse.org/)

(back to top)

## 📝 License

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

(back to top)