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

https://github.com/nkaleth/ruby_capstone

We will create an app to keep a record of different types of things users own: books, music albums, movies, and games. Everything will be based on a UML diagram . The data will be stored in JSON files.
https://github.com/nkaleth/ruby_capstone

Last synced: 3 months ago
JSON representation

We will create an app to keep a record of different types of things users own: books, music albums, movies, and games. Everything will be based on a UML diagram . The data will be stored in JSON files.

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)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Catalog of my things

We will create an app to keep a record of different types of things users own: books, music albums, movies, and games. Everything will be based on a UML diagram . The data will be stored in JSON files.

## 🛠 Built With

### Tech Stack

Ruby

### Key Features

- **Run a program using the command line.**
- **Apply Ruby best practices and language style guides in code.**
- **Implement classes and objects in Ruby.**
- **Set up associations between classes and objects.**
- **Store data in files.**
- **Build interactive console apps.**
- **Recognize the value of making equal contributions to group projects to produce the best outcome.**

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

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Nkaleth/ruby_capstone.git
```

### Install

No instalation needed.

### Usage

To run the project, execute the following command:

```sh
ruby main.rb
```

(back to top)

## 👥 Authors

👤 **Jorge Abrahan**

- GitHub: [@jorgeabrahan](https://github.com/jorgeabrahan)
- LinkedIn: [Jorge Abrahan](https://www.linkedin.com/in/jorge-siguenza/)

👤 **Nilton Segura**

- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/niltonsegura/)

👤 **Sajib Siddiqui**

- GitHub: [@sajibarafatsiddiqui](https://github.com/sajibarafatsiddiqui)
- Twitter: [@NoeSeguraL](https://twitter.com/SajibArafat)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sajibarafatsiddiqui)

(back to top)

## 🔭 Future Features

- **Implement methods to the APP : remove, add, etc**

(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 feel free to fork it and use it as you need and don't forget to start it!.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the information provided to build this project.

(back to top)

## ❓ FAQ

- **Can I use the project for any purpose?**

- Yes, you can use this files for anything you need

- **Do I need to ask for permission?**

- No need to ask for permission.

(back to top)

## 📝 License

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

(back to top)