"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)
-[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.
In order to run this project you need:
A code editor (we recommend Visual Studio Code)
Git and a GitHub account
Clone this repository to your desired folder by using this 👇️ command :
git clone https://github.com/NitBravoA92/catalog-of-my-things
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.
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.
- In the Command Line:
rspec spec
or
rspect -file-name-
👤 Nitcelis Bravo
- GitHub: Nitcelis Bravo
- Twitter: @softwareDevOne
- LinkedIn: Nitcelis Bravo Alcala
👤 Andy Zam
- GitHub: Andres Zamorano
- Twitter: Andres Zamorano
- LinkedIn: Andres Zamorano
👤 Hernán Güemes
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Upcoming improvements:
- Include Delete options
- Add Movies class
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
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 licensed.