Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitbravoa92/catalog-of-my-things
"Catalog of My things" is a program made in ruby โthat allows you to manage through the command line the status of your Books, Music Albums and Games.
https://github.com/nitbravoa92/catalog-of-my-things
object-oriented-programming rspec rubocop ruby solid-principles
Last synced: 21 days ago
JSON representation
"Catalog of My things" is a program made in ruby โthat allows you to manage through the command line the status of your Books, Music Albums and Games.
- Host: GitHub
- URL: https://github.com/nitbravoa92/catalog-of-my-things
- Owner: NitBravoA92
- License: mit
- Created: 2023-09-10T12:37:55.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-16T12:59:26.000Z (over 1 year ago)
- Last Synced: 2025-01-13T14:50:38.777Z (26 days ago)
- Topics: object-oriented-programming, rspec, rubocop, ruby, solid-principles
- Language: Ruby
- Homepage:
- Size: 101 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Catalog Of My Things | Ruby Project
# ๐ Table of Contents
- [๐ Table of Contents](#-table-of-contents)
- [OOP Catalog Of My Things ](#-oop-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)
- [Run tests](#run-tests)
- [๐ฅ Authors ](#-authors-)
- [๐ญ Future Features ](#-future-features-)
- [๐ค Contributing ](#-contributing-)
- [โญ๏ธ Show your support ](#๏ธ-show-your-support-)
- [๐ Acknowledgments ](#-acknowledgments-)
- [๐ License ](#-license-)---
**"Catalog of My things"** is a program made in ruby โthat allows you to manage through the command line the status of your Books, Music Albums and Games. You will be able to saved them, list them and define if it time to archive them upon their antiquity.
[Find a video link of this project here:] (https://drive.google.com/file/d/19yOqle71XGMpCnwxi3YuiQUZhSILR7H8/view?usp=sharing)
---
Ruby
---
-**[Use of UML diagram as base]**
-**[Work on Pair Programming]**
-**[Use Gitflow]**
-**[Implement OOP principles and follow best practicies]**
-**[Use of Inheritances, Modules, Association]**
-**[generate a UI with the Console as Entry Point]**
-**[Generate a schema.sql file with tables in structure]**
-**[Generate Tests ]**
- Ruby
- Linters
- Rubocop
- Apply SOLID principles
- Data persistent in JSON files
- Follow Microverse's list of best practices
---
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
A code editor (we recommend Visual Studio Code)
Git and a GitHub account
### Setup
Clone this repository to your desired folder by using this ๐๏ธ command :
```
git clone https://github.com/NitBravoA92/catalog-of-my-things
```
### Install
Go to the project directory:
```
cd catalog-of-my-things
```
Before to run the program, verify that you have Ruby installed on your OS running the following command:
```
ruby -v
```
It should show you the version of ruby โโinstalled. If this does not happen and only an error message is displayed, then you should either verify your installation or install Ruby from scratch.
[Download and Install Ruby](https://www.ruby-lang.org/en/downloads/)
### Usage
Run the following command inside the project folder:
```
ruby main.rb
```
This will display the main application menu:
```
Welcome to your Catalog Manager!
1'List all books'
2'List all music albums'
3'List all games'
4'List all genres'
5'List all Labels'
6'List all authors'
7'Add a book'
8'Add a music album'
9'Add a game'
```
You can navigate through the program's options menu to add books, music albums and games. You can also see the list of all the records you have previously added, and see also genres, labels and authors independently.
### Run tests
- In the Command Line:
```
rspec spec
or
rspect -file-name-
```
---
๐ค **Nitcelis Bravo**
- GitHub: [Nitcelis Bravo](https://github.com/NitBravoA92)
- Twitter: [@softwareDevOne](https://twitter.com/softwareDevOne)
- LinkedIn: [Nitcelis Bravo Alcala](https://www.linkedin.com/in/nitcelis-bravo-alcala-b65340158)
๐ค **Andy Zam**
- GitHub: [Andres Zamorano](https://github.com/Dachrono)
- Twitter: [Andres Zamorano](https://twitter.com/Dachrono)
- LinkedIn: [Andres Zamorano](https://www.linkedin.com/in/andres-zamorano-785b77a1/)
๐ค **Hernรกn Gรผemes**
- GitHub: [@githubhandle](https://github.com/HFG43)
- Twitter: [@twitterhandle](https://twitter.com/HFG_43)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/hernanguemes/)
---
Upcoming improvements:
- [ ] **Include Delete options**
- [ ] **Add Movies class**
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/NitBravoA92/catalog-of-my-things/issues).
---
If you like this project and know someone who might find it helpful, please share it.
Or give it a **star** โญ๏ธ if you like this project!
---
I thank Microverse for this fantastic opportunity, and the code reviewers for their advice and time.
---
This project is [MIT](./LICENSE) licensed.
---