- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Catalog Of Things is a Ruby-based project that is combined of several classes like Item
with its relevant children such as Book
, MusicAlbum
, Movie
, and Game
, which is related together using Inheritance relationship. The Item class is also related some other classes like Author
, Genre
, Source
, and Label
that has the composition one-to-many relationship.
The project is a command-line project that prompts the user to first create the characteristics of an item and based on them, and then prompt the user to create the item of its desired substance.
- ✅ Ruby.
- ✅ PostgresSQL
- ✅ Rubocop
- ✅ Rspec
- Create 4 main characteristics for the item.
- Link the Item with some classes using composition relationship.
- Relate 4 other subitem for the Item class using inheritance.
- Run the program using a command-line interface.
- In this vedio you can see that how the project works.
To get a local copy up and running, follow these steps.
- Clone or download this repository in your desired local directory.
git clone https://github.com/M-Anwar-Hussaini/Catalog-Of-Things.git
- Navigate to the project directory
cd Catalog-Of-Things
-
Open a terminal or command-prompt interface on the directory.
-
Install the dependencies of project
bundle install
- Run the main file
ruby main.rb
In order to run this project you need:
- Ruby installer
- Command Line interface.
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/M-Anwar-Hussaini/Catalog-Of-Things.git
Install this project with:
- ✅ Rubocop
cd my-project
gem install Rubocop
- ✅ Rspec
cd my-project
gem install rspec
To run tests, run the following command go to the root directory of the project:
rspec spec/*.rb
👤 Mohammad Anwar Hussaini
- GitHub: @M-Anwar-Hussaini
- LinkedIn: Anwar Hussaini
👤 Abdelaziz Mahdi
- GitHub: @Abdelaziz-Mahdi
- Twitter: @_AbdelazizMahdi
- LinkedIn: in/abdelaziz-mahdi
👤 lRebornsl
- GitHub: @lRebornsl
- Twitter: @RebornsDev
- LinkedIn: Anthony Vásquez
- Create GUI interface
- Make more validations on the methods.
- Provide more features using user story.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project kindly drop a star to this project.
I would like to thank Microverse for providing the opportunity to creat this project.
This project is MIT licensed.